From 9bc27f3edcf9a72aae14b37dc956b7ab10220171 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 07:12:44 +0000 Subject: [PATCH] build(deps): bump the minor-updates group across 1 directory with 11 updates Bumps the minor-updates group with 11 updates in the / directory: | Package | From | To | | --- | --- | --- | | [asgiref](https://github.com/django/asgiref) | `3.9.1` | `3.10.0` | | [certifi](https://github.com/certifi/python-certifi) | `2025.8.3` | `2025.10.5` | | [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.3` | `3.4.4` | | [django](https://github.com/django/django) | `5.2.5` | `5.2.7` | | [idna](https://github.com/kjd/idna) | `3.10` | `3.11` | | [psycopg2-binary](https://github.com/psycopg/psycopg2) | `2.9.10` | `2.9.11` | | [typing-extensions](https://github.com/python/typing_extensions) | `4.14.1` | `4.15.0` | | [whitenoise](https://github.com/evansd/whitenoise) | `6.9.0` | `6.11.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.12.9` | `0.14.1` | | [mypy](https://github.com/python/mypy) | `1.17.1` | `1.18.2` | | [django-stubs[compatible-mypy]](https://github.com/sponsors/typeddjango) | `5.2.2` | `5.2.7` | Updates `asgiref` from 3.9.1 to 3.10.0 - [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/asgiref/compare/3.9.1...3.10.0) Updates `certifi` from 2025.8.3 to 2025.10.5 - [Commits](https://github.com/certifi/python-certifi/compare/2025.08.03...2025.10.05) Updates `charset-normalizer` from 3.4.3 to 3.4.4 - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.3...3.4.4) Updates `django` from 5.2.5 to 5.2.7 - [Commits](https://github.com/django/django/compare/5.2.5...5.2.7) Updates `idna` from 3.10 to 3.11 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.10...v3.11) Updates `psycopg2-binary` from 2.9.10 to 2.9.11 - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.10...2.9.11) 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](https://github.com/python/typing_extensions/compare/4.14.1...4.15.0) Updates `whitenoise` from 6.9.0 to 6.11.0 - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.9.0...6.11.0) Updates `ruff` from 0.12.9 to 0.14.1 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.12.9...0.14.1) Updates `mypy` from 1.17.1 to 1.18.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.17.1...v1.18.2) Updates `django-stubs[compatible-mypy]` from 5.2.2 to 5.2.7 - [Commits](https://github.com/sponsors/typeddjango/commits) --- updated-dependencies: - dependency-name: asgiref dependency-version: 3.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: certifi dependency-version: 2025.10.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: charset-normalizer dependency-version: 3.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: django dependency-version: 5.2.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: idna dependency-version: '3.11' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: psycopg2-binary dependency-version: 2.9.11 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.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: ruff dependency-version: 0.14.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: mypy dependency-version: 1.18.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: django-stubs[compatible-mypy] dependency-version: 5.2.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates ... Signed-off-by: dependabot[bot] --- pyproject.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5b8197a..130ed5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,23 +12,23 @@ description = "Django Reference Implementation, a boilerplate Django project." version = "0.1.4" requires-python = ">=3.12" dependencies = [ - "asgiref==3.9.1", - "certifi==2025.8.3", - "charset-normalizer==3.4.3", + "asgiref==3.10.0", + "certifi==2025.10.5", + "charset-normalizer==3.4.4", "django-environ==0.12.0", - "Django==5.2.5", + "Django==5.2.7", "django-bootstrap5==25.2", "django-solo==2.4.0", "gunicorn==23.0.0", - "idna==3.10", + "idna==3.11", "packaging==25.0", - "psycopg2-binary==2.9.10", + "psycopg2-binary==2.9.11", "pytz==2025.2", "requests==2.32.5", "sqlparse==0.5.3", - "typing_extensions==4.14.1", + "typing_extensions==4.15.0", "urllib3==2.5.0", - "whitenoise==6.9.0", + "whitenoise==6.11.0", "PyJWT==2.10.1", "django-allauth[mfa,socialaccount]", "django-allauth-require2fa", @@ -36,14 +36,14 @@ dependencies = [ [project.optional-dependencies] dev = [ - "ruff==0.12.9", + "ruff==0.14.1", "pre-commit==4.3.0", "commitizen>=3.0.0", "bandit==1.8.6", "radon==6.0.1", "vulture==2.14", - "mypy==1.17.1", - "django-stubs[compatible-mypy]==5.2.2", + "mypy==1.18.2", + "django-stubs[compatible-mypy]==5.2.7", ] [tool.hatch.build.targets.wheel]