From f9c737e7d13c9ccf38fd640165f310690f513f28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 08:40:58 +0000 Subject: [PATCH] Bump the python-dependencies group with 5 updates Bumps the python-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2026.2.25` | `2026.4.22` | | [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.5` | `3.4.7` | | [django](https://github.com/django/django) | `6.0.3` | `6.0.4` | | [idna](https://github.com/kjd/idna) | `3.11` | `3.13` | | [psycopg2-binary](https://github.com/psycopg/psycopg2) | `2.9.11` | `2.9.12` | Updates `certifi` from 2026.2.25 to 2026.4.22 - [Commits](https://github.com/certifi/python-certifi/compare/2026.02.25...2026.04.22) Updates `charset-normalizer` from 3.4.5 to 3.4.7 - [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.5...3.4.7) Updates `django` from 6.0.3 to 6.0.4 - [Commits](https://github.com/django/django/compare/6.0.3...6.0.4) Updates `idna` from 3.11 to 3.13 - [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.11...v3.13) Updates `psycopg2-binary` from 2.9.11 to 2.9.12 - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.11...2.9.12) --- updated-dependencies: - dependency-name: certifi dependency-version: 2026.4.22 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: charset-normalizer dependency-version: 3.4.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: django dependency-version: 6.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: idna dependency-version: '3.13' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: psycopg2-binary dependency-version: 2.9.12 dependency-type: direct:production update-type: version-update:semver-patch 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 918cdd9..adab1bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ asgiref==3.11.1 -certifi==2026.2.25 -charset-normalizer==3.4.5 -Django==6.0.3 +certifi==2026.4.22 +charset-normalizer==3.4.7 +Django==6.0.4 git-filter-repo==2.47.0 -idna==3.11 -psycopg2-binary==2.9.11 +idna==3.13 +psycopg2-binary==2.9.12 python-dotenv==1.2.2 httpx[http2]==0.28.1 sqlparse==0.5.5