From 2c3d535b735b5e0025a3e4d42de9d8ec9c64a54d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 08:46:15 +0000 Subject: [PATCH] Bump idna from 3.2 to 3.7 Bumps [idna](https://github.com/kjd/idna) from 3.2 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.2...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b3cf0e537..cc4f3a98c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -108,7 +108,7 @@ flake8==3.9.2 # pep8-naming flake8-polyfill==1.0.2 # via pep8-naming -idna==3.2 +idna==3.7 # via requests inflection==0.5.1 # via drf-spectacular