From a22de59fe392d53755b493b5b82b3c5bfa929cdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 01:10:32 +0000 Subject: [PATCH] Bump idna from 3.3 to 3.7 in /github Bumps [idna](https://github.com/kjd/idna) from 3.3 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.3...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- github/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/requirements.txt b/github/requirements.txt index 7639c46..9fee2de 100644 --- a/github/requirements.txt +++ b/github/requirements.txt @@ -2,7 +2,7 @@ certifi==2023.7.22 cffi==1.15.0 charset-normalizer==2.0.9 Deprecated==1.2.13 -idna==3.3 +idna==3.7 pycparser==2.21 PyGithub==1.55 PyJWT==2.4.0