From 0a57dcf4f3d35e7f17cb1457862fe00088cc030c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 05:50:52 +0000 Subject: [PATCH] Bump idna from 3.3 to 3.10 in /server/python Bumps [idna](https://github.com/kjd/idna) from 3.3 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.3...v3.10) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- server/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/python/requirements.txt b/server/python/requirements.txt index a2f4b44..d51d946 100644 --- a/server/python/requirements.txt +++ b/server/python/requirements.txt @@ -2,7 +2,7 @@ certifi==2023.7.22 chardet==5.2.0 Click==7.0 Flask==2.3.3 -idna==3.3 +idna==3.10 itsdangerous==1.1.0 Jinja2==3.1.2 MarkupSafe==2.1.3