Skip to content

Commit ae34ac6

Browse files
Bump the all-uv-dependencies group with 7 updates
Bumps the all-uv-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [dj-database-url](https://github.com/jazzband/dj-database-url) | `2.3.0` | `3.1.2` | | [django](https://github.com/django/django) | `5.1.7` | `6.0.5` | | [django-bootstrap4](https://github.com/zostera/django-bootstrap4) | `25.1` | `26.1` | | [gunicorn](https://github.com/benoitc/gunicorn) | `23.0.0` | `26.0.0` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.1.0` | `1.2.2` | | [whitenoise](https://github.com/evansd/whitenoise) | `6.9.0` | `6.12.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.11.2` | `0.15.13` | Updates `dj-database-url` from 2.3.0 to 3.1.2 - [Release notes](https://github.com/jazzband/dj-database-url/releases) - [Changelog](https://github.com/jazzband/dj-database-url/blob/master/CHANGELOG.md) - [Commits](jazzband/dj-database-url@v2.3.0...v3.1.2) Updates `django` from 5.1.7 to 6.0.5 - [Commits](django/django@5.1.7...6.0.5) Updates `django-bootstrap4` from 25.1 to 26.1 - [Release notes](https://github.com/zostera/django-bootstrap4/releases) - [Changelog](https://github.com/zostera/django-bootstrap4/blob/main/CHANGELOG.md) - [Commits](zostera/django-bootstrap4@v25.1...v26.1) Updates `gunicorn` from 23.0.0 to 26.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@23.0.0...26.0.0) Updates `python-dotenv` from 1.1.0 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](theskumar/python-dotenv@v1.1.0...v1.2.2) Updates `whitenoise` from 6.9.0 to 6.12.0 - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](evansd/whitenoise@6.9.0...6.12.0) Updates `ruff` from 0.11.2 to 0.15.13 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.11.2...0.15.13) --- updated-dependencies: - dependency-name: dj-database-url dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-uv-dependencies - dependency-name: django dependency-version: 6.0.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-uv-dependencies - dependency-name: django-bootstrap4 dependency-version: '26.1' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-uv-dependencies - dependency-name: gunicorn dependency-version: 26.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-uv-dependencies - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-uv-dependencies - dependency-name: whitenoise dependency-version: 6.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-uv-dependencies - dependency-name: ruff dependency-version: 0.15.13 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-uv-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 77bff3a commit ae34ac6

2 files changed

Lines changed: 67 additions & 68 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ license = "ISC"
77
readme = "README.md"
88
requires-python = ">=3.13"
99
dependencies = [
10-
"dj-database-url>=2.3.0",
11-
"django>=5.1.7",
12-
"django-bootstrap4>=25.1",
13-
"gunicorn>=23.0.0",
14-
"python-dotenv>=1.1.0",
15-
"whitenoise>=6.9.0",
10+
"dj-database-url>=3.1.2",
11+
"django>=6.0.5",
12+
"django-bootstrap4>=26.1",
13+
"gunicorn>=26.0.0",
14+
"python-dotenv>=1.2.2",
15+
"whitenoise>=6.12.0",
1616
]
1717

1818
[dependency-groups]
1919
dev = [
20-
"ruff>=0.11.2",
20+
"ruff>=0.15.13",
2121
]

0 commit comments

Comments
 (0)