From ecb04ead033c860770f98cb2a9f78f2397f8a073 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 09:19:43 +0000 Subject: [PATCH] Bump the python-dependencies group across 1 directory with 4 updates Bumps the python-dependencies group with 4 updates in the / directory: [certifi](https://github.com/certifi/python-certifi), [charset-normalizer](https://github.com/jawah/charset_normalizer), [django](https://github.com/django/django) and [idna](https://github.com/kjd/idna). 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: 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index adab1bf..08591ee 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 +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