From 9245a02bf73736fa71b94677c48ee3cae9a71f02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 01:30:54 +0000 Subject: [PATCH] chore(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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1983aab..bccfee0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ async-timeout==4.0.3; python_full_version <= '3.11.2' bottle==0.12.25 certifi==2024.6.2; python_version >= '3.6' charset-normalizer==3.3.2; python_full_version >= '3.7.0' -idna==3.8; python_version >= '3.5' +idna==3.10; python_version >= '3.5' jinja2==3.1.4; python_version >= '3.7' markupsafe==2.1.5; python_version >= '3.7' redis==5.0.6; python_version >= '3.7'