From e108a724ab87d861bce9d428142e51bb2049b603 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 20:52:36 +0000 Subject: [PATCH] MESH-2092 py dev (deps): Bump idna from 3.11 to 3.15 Bumps [idna](https://github.com/kjd/idna) from 3.11 to 3.15. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.11...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 909d652..a185c4c 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -5,7 +5,7 @@ botocore-stubs==1.42.41 ; python_version >= "3.11" and python_version < "4.0" botocore==1.42.75 ; python_version >= "3.11" and python_version < "4.0" certifi==2026.2.25 ; python_version >= "3.11" and python_version < "4.0" charset-normalizer==3.4.6 ; python_version >= "3.11" and python_version < "4.0" -idna==3.11 ; python_version >= "3.11" and python_version < "4.0" +idna==3.15 ; python_version >= "3.11" and python_version < "4.0" importlib-metadata==8.0.0 ; python_version >= "3.11" and python_version < "4.0" jmespath==1.1.0 ; python_version >= "3.11" and python_version < "4.0" mesh-client==3.2.3 ; python_version >= "3.11" and python_version < "4.0"