Skip to content

Commit 1273e81

Browse files
build(deps): bump the minor-updates group across 1 directory with 6 updates
Bumps the minor-updates group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [django](https://github.com/django/django) | `5.2.5` | `5.2.6` | | [typing-extensions](https://github.com/python/typing_extensions) | `4.14.1` | `4.15.0` | | [whitenoise](https://github.com/evansd/whitenoise) | `6.9.0` | `6.10.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.12.9` | `0.13.0` | | [mypy](https://github.com/python/mypy) | `1.17.1` | `1.18.1` | | [django-stubs[compatible-mypy]](https://github.com/sponsors/typeddjango) | `5.2.2` | `5.2.5` | Updates `django` from 5.2.5 to 5.2.6 - [Commits](django/django@5.2.5...5.2.6) Updates `typing-extensions` from 4.14.1 to 4.15.0 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](python/typing_extensions@4.14.1...4.15.0) Updates `whitenoise` from 6.9.0 to 6.10.0 - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](evansd/whitenoise@6.9.0...6.10.0) Updates `ruff` from 0.12.9 to 0.13.0 - [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.12.9...0.13.0) Updates `mypy` from 1.17.1 to 1.18.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.17.1...v1.18.1) Updates `django-stubs[compatible-mypy]` from 5.2.2 to 5.2.5 - [Commits](https://github.com/sponsors/typeddjango/commits) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: typing-extensions dependency-version: 4.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: whitenoise dependency-version: 6.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: ruff dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: mypy dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: django-stubs[compatible-mypy] dependency-version: 5.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d1bbcc1 commit 1273e81

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"certifi==2025.8.3",
1717
"charset-normalizer==3.4.3",
1818
"django-environ==0.12.0",
19-
"Django==5.2.5",
19+
"Django==5.2.6",
2020
"django-bootstrap5==25.2",
2121
"django-solo==2.4.0",
2222
"gunicorn==23.0.0",
@@ -26,24 +26,24 @@ dependencies = [
2626
"pytz==2025.2",
2727
"requests==2.32.5",
2828
"sqlparse==0.5.3",
29-
"typing_extensions==4.14.1",
29+
"typing_extensions==4.15.0",
3030
"urllib3==2.5.0",
31-
"whitenoise==6.9.0",
31+
"whitenoise==6.10.0",
3232
"PyJWT==2.10.1",
3333
"django-allauth[mfa,socialaccount]",
3434
"django-allauth-require2fa",
3535
]
3636

3737
[project.optional-dependencies]
3838
dev = [
39-
"ruff==0.12.9",
39+
"ruff==0.13.0",
4040
"pre-commit==4.3.0",
4141
"commitizen>=3.0.0",
4242
"bandit==1.8.6",
4343
"radon==6.0.1",
4444
"vulture==2.14",
45-
"mypy==1.17.1",
46-
"django-stubs[compatible-mypy]==5.2.2",
45+
"mypy==1.18.1",
46+
"django-stubs[compatible-mypy]==5.2.5",
4747
]
4848

4949
[tool.hatch.build.targets.wheel]

0 commit comments

Comments
 (0)