From 32a41c1796a94b93a8047bd31e796431d04bd516 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 09:18:52 +0000 Subject: [PATCH] Bump the python-dependencies group across 1 directory with 5 updates Bumps the python-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [asgiref](https://github.com/django/asgiref) | `3.11.1` | `3.12.1` | | [certifi](https://github.com/certifi/python-certifi) | `2026.4.22` | `2026.6.17` | | [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.7` | `3.4.9` | | [django](https://github.com/django/django) | `6.0.4` | `6.0.7` | | [idna](https://github.com/kjd/idna) | `3.13` | `3.18` | Updates `asgiref` from 3.11.1 to 3.12.1 - [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/asgiref/compare/3.11.1...3.12.1) Updates `certifi` from 2026.4.22 to 2026.6.17 - [Commits](https://github.com/certifi/python-certifi/compare/2026.04.22...2026.06.17) Updates `charset-normalizer` from 3.4.7 to 3.4.9 - [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.7...3.4.9) Updates `django` from 6.0.4 to 6.0.7 - [Commits](https://github.com/django/django/compare/6.0.4...6.0.7) Updates `idna` from 3.13 to 3.18 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.13...v3.18) --- updated-dependencies: - dependency-name: asgiref dependency-version: 3.12.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: certifi dependency-version: 2026.6.17 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: charset-normalizer dependency-version: 3.4.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: django dependency-version: 6.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: idna dependency-version: '3.18' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index adab1bf..02789d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ -asgiref==3.11.1 -certifi==2026.4.22 -charset-normalizer==3.4.7 -Django==6.0.4 +asgiref==3.12.1 +certifi==2026.6.17 +charset-normalizer==3.4.9 +Django==6.0.7 git-filter-repo==2.47.0 -idna==3.13 +idna==3.18 psycopg2-binary==2.9.12 python-dotenv==1.2.2 httpx[http2]==0.28.1