From 876974e1e412e72a1cc5323be2f6c875c674ff1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 10:31:37 +0000 Subject: [PATCH] build(deps): bump idna from 3.8 to 3.10 Bumps [idna](https://github.com/kjd/idna) from 3.8 to 3.10. - [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.8...v3.10) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test_reqs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_reqs.txt b/test_reqs.txt index d77d447..111743a 100644 --- a/test_reqs.txt +++ b/test_reqs.txt @@ -24,7 +24,7 @@ typing_extensions==4.12.2 pyparsing==3.1.4 certifi==2024.8.30 # requests -idna==3.8 # requests +idna==3.10 # requests charset_normalizer==3.3.2 # requests urllib3==2.2.3 # requests requests==2.32.3 # pylti1p3