From ccbf366fa1bf7d9fc502ad284f1dac878334fa99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 00:52:57 +0000 Subject: [PATCH] Bump idna from 3.7 to 3.10 in /backend 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] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 4378c3069d..bd9b466e21 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -50,7 +50,7 @@ dependencies = [ "django-timezone-field==7.0", "certifi==2024.7.4", "chardet==5.2.0", - "idna==3.7", + "idna==3.10", "requests==2.32.3", "urllib3==2.2.2", "aniso8601==9.0.1",