From 3bc535c1320565bf092e4c8a519e97c3063b298b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 07:11:58 +0000 Subject: [PATCH] Bump idna from 3.7 to 3.10 Bumps [idna](https://github.com/kjd/idna) from 3.7 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.7...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 de53988..877f952 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ greenlet==3.1.1 # via gevent gunicorn[gevent]==23.0.0 # via screamshotter (setup.py) -idna==3.7 +idna==3.10 # via requests itypes==1.2.0 # via coreapi