From 147819559bf160dec5a4d2ad3034db4cfa6c59b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 11:29:30 -0800 Subject: [PATCH] Bump idna from 2.10 to 3.7 (#105) Bumps [idna](https://github.com/kjd/idna) from 2.10 to 3.7. - [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/v2.10...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- requirements_no_gui.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index fa3ff5e6..cf57ee7d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ certifi==2023.7.22 cffi==1.14.5 chardet==4.0.0 cryptography -idna==2.10 +idna==3.7 peewee==3.17.0 pycparser==2.20 PyMySQL==1.1.0 diff --git a/requirements_no_gui.txt b/requirements_no_gui.txt index 56cfaa70..d64dae3d 100644 --- a/requirements_no_gui.txt +++ b/requirements_no_gui.txt @@ -3,7 +3,7 @@ certifi==2023.7.22 cffi==1.14.5 chardet==4.0.0 cryptography -idna==2.10 +idna==3.7 peewee==3.17.0 pycparser==2.20 PyMySQL==1.1.0