From 2402fbf7be51a36c6b00d344a05ab14e68b9f17b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 15:07:02 +0000 Subject: [PATCH] Bump idna in /Solutions/WithSecureElementsViaFunction/Data Connectors Bumps [idna](https://github.com/kjd/idna) from 3.6 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.6...v3.7) --- updated-dependencies: - dependency-name: idna dependency-version: '3.7' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../Data Connectors/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Solutions/WithSecureElementsViaFunction/Data Connectors/requirements.txt b/Solutions/WithSecureElementsViaFunction/Data Connectors/requirements.txt index cc08ae889c5..51b36b88130 100644 --- a/Solutions/WithSecureElementsViaFunction/Data Connectors/requirements.txt +++ b/Solutions/WithSecureElementsViaFunction/Data Connectors/requirements.txt @@ -8,7 +8,7 @@ certifi==2024.2.2 ; python_version >= "3.10" and python_version < "3.11" cffi==1.16.0 ; python_version >= "3.10" and python_version < "3.11" and platform_python_implementation != "PyPy" charset-normalizer==3.3.2 ; python_version >= "3.10" and python_version < "3.11" cryptography==44.0.1 ; python_version >= "3.10" and python_version < "3.11" -idna==3.6 ; python_version >= "3.10" and python_version < "3.11" +idna==3.7 ; python_version >= "3.10" and python_version < "3.11" isodate==0.6.1 ; python_version >= "3.10" and python_version < "3.11" msal-extensions==1.1.0 ; python_version >= "3.10" and python_version < "3.11" msal==1.26.0 ; python_version >= "3.10" and python_version < "3.11"