From f03d0b43c4b6cbf2a88e8ae6f5c9e4900494a3f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 09:38:04 +0000 Subject: [PATCH] Bump idna from 2.7 to 3.7 in /installer Bumps [idna](https://github.com/kjd/idna) from 2.7 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.7...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- installer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/requirements.txt b/installer/requirements.txt index 237e969c37..c8c5cb91f3 100644 --- a/installer/requirements.txt +++ b/installer/requirements.txt @@ -9,6 +9,6 @@ simplejson==3.8.2 toml==0.10.0 certifi==2023.7.22 chardet==3.0.4 -idna==2.7 +idna==3.7 pyinstaller https://pyyaml.org/download/pyyaml/PyYAML-5.3.1-cp38-cp38-win_amd64.whl; sys_platform == 'win32'