From 123c6fe02ad599dd6ab0edd2b483b2f19653f460 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 14:41:53 +0200 Subject: [PATCH] Bump idna from 3.6 to 3.7 (#694) Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. - [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.6...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5643fd6..03fbbff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -43,7 +43,7 @@ djangorestframework==3.14.0 # via -r requirements.in huey==2.5.0 # via -r requirements.in -idna==3.6 +idna==3.7 # via requests josepy==1.14.0 # via mozilla-django-oidc