Skip to content

Commit 8298886

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 | | --- | --- | --- | | [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-bootstrap5](https://github.com/zostera/django-bootstrap5) | `25.1` | `25.2` | | [ruff](https://github.com/astral-sh/ruff) | `0.12.3` | `0.12.8` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.2.0` | `4.3.0` | 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-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.8 - [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.8) 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) --- 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-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.8 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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 71a3cf9 commit 8298886

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
@@ -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",
19+
"Django==5.2.5",
2020
"django-allauth[mfa]==65.10.0",
21-
"django-bootstrap5==25.1",
21+
"django-bootstrap5==25.2",
2222
"django-solo==2.4.0",
2323
"gunicorn==23.0.0",
2424
"idna==3.10",
@@ -35,8 +35,8 @@ dependencies = [
3535

3636
[project.optional-dependencies]
3737
dev = [
38-
"ruff==0.12.3",
39-
"pre-commit==4.2.0",
38+
"ruff==0.12.8",
39+
"pre-commit==4.3.0",
4040
"commitizen>=3.0.0",
4141
]
4242

0 commit comments

Comments
 (0)