From d0b16ca3b9fda85de4a3a8f35991c9ff5ac816cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 23:40:53 +0000 Subject: [PATCH] build(deps): bump idna from 3.6 to 3.7 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: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 645e6612d..f769f72e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -71,7 +71,7 @@ httplib2==0.22.0 # via teuthology (pyproject.toml) humanfriendly==10.0 # via teuthology (pyproject.toml) -idna==3.6 +idna==3.7 # via requests iniconfig==2.0.0 # via pytest