From 7aed8bda08afff4c3ac6971603202164f08c8783 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 20:57:45 +0000 Subject: [PATCH] :arrow_up: Bump idna from 3.7 to 3.10 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 71db4f3..1b99cfe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ attrs==23.2.0 ; python_version >= "3.9" and python_version < "4.0" cffi==1.16.0 ; os_name == "nt" and implementation_name != "pypy" and python_version >= "3.9" and python_version < "4.0" exceptiongroup==1.2.1 ; python_version >= "3.9" and python_version < "3.11" greenlet==3.0.3 ; python_version >= "3.9" and python_version < "4.0" -idna==3.7 ; python_version >= "3.9" and python_version < "4.0" +idna==3.10 ; python_version >= "3.9" and python_version < "4.0" numpy==1.26.4 ; python_version >= "3.9" and python_version < "4.0" outcome==1.3.0.post0 ; python_version >= "3.9" and python_version < "4.0" pandas==2.2.2 ; python_version >= "3.9" and python_version < "4.0"