From 1c7123e6ebd2807db71395e3b33977a66b4c4b59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 13:48:24 +0000 Subject: [PATCH] build(deps): bump idna in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [idna](https://github.com/kjd/idna). Updates `idna` from 3.4 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.4...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 574414c..82d576a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ certifi==2023.5.7; python_version >= "3.7" charset-normalizer==3.1.0; python_full_version >= "3.7.0" and python_version >= "3.7" -idna==3.4; python_version >= "3.7" +idna==3.7; python_version >= "3.7" requests==2.31.0; python_version >= "3.7" urllib3==2.0.3; python_version >= "3.7"