From d99fcf3e488ad1363bd0347b08a9aef65ce2c9d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 09:59:39 +0000 Subject: [PATCH] Bump idna from 3.3 to 3.7 in /adaptor_utils/string_code Bumps [idna](https://github.com/kjd/idna) from 3.3 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/v3.3...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- adaptor_utils/string_code/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adaptor_utils/string_code/requirements.txt b/adaptor_utils/string_code/requirements.txt index d72e61d..3c3778f 100644 --- a/adaptor_utils/string_code/requirements.txt +++ b/adaptor_utils/string_code/requirements.txt @@ -1,6 +1,6 @@ certifi==2021.10.8 charset-normalizer==2.0.12 -idna==3.3 +idna==3.7 numpy==1.22.3 pandas==1.1.3 python-dateutil==2.8.2