From 9f3db07a0832f8199201e6b473fbb755644be38a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 13:29:22 +0000 Subject: [PATCH] Bump the python-dependencies group with 2 updates Bumps the python-dependencies group with 2 updates: [django](https://github.com/django/django) and [idna](https://github.com/kjd/idna). Updates `django` from 6.0.4 to 6.0.5 - [Commits](https://github.com/django/django/compare/6.0.4...6.0.5) Updates `idna` from 3.13 to 3.14 - [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.13...v3.14) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: idna dependency-version: '3.14' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index adab1bf..7de36c1 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 +Django==6.0.5 git-filter-repo==2.47.0 -idna==3.13 +idna==3.14 psycopg2-binary==2.9.12 python-dotenv==1.2.2 httpx[http2]==0.28.1