Skip to content

Commit ea49bee

Browse files
build(deps): bump the minor-updates group across 1 directory with 10 updates
Bumps the minor-updates group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2025.6.15` | `2025.8.3` | | [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.2` | `3.4.3` | | [django](https://github.com/django/django) | `5.2.4` | `5.2.5` | | [django-allauth[mfa]](https://github.com/sponsors/pennersr) | `65.10.0` | `65.11.0` | | [django-bootstrap5](https://github.com/zostera/django-bootstrap5) | `25.1` | `25.2` | | [ruff](https://github.com/astral-sh/ruff) | `0.12.3` | `0.12.9` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.2.0` | `4.3.0` | | [bandit](https://github.com/PyCQA/bandit) | `1.8.0` | `1.8.6` | | [mypy](https://github.com/python/mypy) | `1.11.2` | `1.17.1` | | [django-stubs[compatible-mypy]](https://github.com/sponsors/typeddjango) | `5.1.0` | `5.2.2` | Updates `certifi` from 2025.6.15 to 2025.8.3 - [Commits](certifi/python-certifi@2025.06.15...2025.08.03) Updates `charset-normalizer` from 3.4.2 to 3.4.3 - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](jawah/charset_normalizer@3.4.2...3.4.3) Updates `django` from 5.2.4 to 5.2.5 - [Commits](django/django@5.2.4...5.2.5) Updates `django-allauth[mfa]` from 65.10.0 to 65.11.0 - [Commits](https://github.com/sponsors/pennersr/commits) Updates `django-bootstrap5` from 25.1 to 25.2 - [Changelog](https://github.com/zostera/django-bootstrap5/blob/main/CHANGELOG.md) - [Commits](zostera/django-bootstrap5@v25.1...v25.2) Updates `ruff` from 0.12.3 to 0.12.9 - [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.3...0.12.9) Updates `pre-commit` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.2.0...v4.3.0) Updates `bandit` from 1.8.0 to 1.8.6 - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](PyCQA/bandit@1.8.0...1.8.6) Updates `mypy` from 1.11.2 to 1.17.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.11.2...v1.17.1) Updates `django-stubs[compatible-mypy]` from 5.1.0 to 5.2.2 - [Commits](https://github.com/sponsors/typeddjango/commits) --- updated-dependencies: - dependency-name: certifi dependency-version: 2025.8.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: charset-normalizer dependency-version: 3.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: django dependency-version: 5.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: django-allauth[mfa] dependency-version: 65.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: django-bootstrap5 dependency-version: '25.2' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: ruff dependency-version: 0.12.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: pre-commit dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: bandit dependency-version: 1.8.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: mypy dependency-version: 1.17.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.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1c0a47b commit ea49bee

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ version = "0.1.4"
1313
requires-python = ">=3.12"
1414
dependencies = [
1515
"asgiref==3.9.1",
16-
"certifi==2025.6.15",
17-
"charset-normalizer==3.4.2",
16+
"certifi==2025.8.3",
17+
"charset-normalizer==3.4.3",
1818
"django-environ==0.12.0",
19-
"Django==5.2.4",
20-
"django-allauth[mfa]==65.10.0",
21-
"django-bootstrap5==25.1",
19+
"Django==5.2.5",
20+
"django-allauth[mfa]==65.11.0",
21+
"django-bootstrap5==25.2",
2222
"django-solo==2.4.0",
2323
"gunicorn==23.0.0",
2424
"idna==3.10",
@@ -35,14 +35,14 @@ dependencies = [
3535

3636
[project.optional-dependencies]
3737
dev = [
38-
"ruff==0.12.3",
39-
"pre-commit==4.2.0",
38+
"ruff==0.12.9",
39+
"pre-commit==4.3.0",
4040
"commitizen>=3.0.0",
41-
"bandit==1.8.0",
41+
"bandit==1.8.6",
4242
"radon==6.0.1",
4343
"vulture==2.14",
44-
"mypy==1.11.2",
45-
"django-stubs[compatible-mypy]==5.1.0",
44+
"mypy==1.17.1",
45+
"django-stubs[compatible-mypy]==5.2.2",
4646
]
4747

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

0 commit comments

Comments
 (0)