From 8ba83ca5a979376dc275c30e8cbfcffac6e9aa88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 03:24:20 +0000 Subject: [PATCH] Bump idna from 3.4 to 3.7 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] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index ca91737..e293c40 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -18,7 +18,7 @@ coverage[toml]==7.3.2 # pytest-cov exceptiongroup==1.1.3 # via pytest -idna==3.4 +idna==3.7 # via requests importlib-metadata==6.8.0 # via build diff --git a/requirements.txt b/requirements.txt index 16780e1..2871c6e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ certifi==2023.7.22 # via requests charset-normalizer==3.3.2 # via requests -idna==3.4 +idna==3.7 # via requests requests==2.31.0 # via amclient (pyproject.toml)