From 0636ede63488b27a13209f8b021d5440be6dcf42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 09:07:08 -0300 Subject: [PATCH] Bump idna from 3.4 to 3.7 (#126) Bumps [idna](https://github.com/kjd/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 ... 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 da8fad0..4334229 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ gunicorn==21.2.0 # via jobs-done10 (setup.py) identify==2.5.30 # via pre-commit -idna==3.4 +idna==3.7 # via requests iniconfig==2.0.0 # via pytest