From 05f00aa36678662bc337b5e94ecfd221f530b1dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 00:01:53 +0000 Subject: [PATCH] Bump idna from 3.4 to 3.15 in /nosql/mongo Bumps [idna](https://github.com/kjd/idna) from 3.4 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.4...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nosql/mongo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nosql/mongo/requirements.txt b/nosql/mongo/requirements.txt index e3fd07f..9b04b2b 100644 --- a/nosql/mongo/requirements.txt +++ b/nosql/mongo/requirements.txt @@ -12,7 +12,7 @@ exceptiongroup==1.1.3 ; python_version >= "3.10" and python_version < "3.11" gitdb==4.0.10 ; python_version >= "3.10" and python_version < "4.0" gitpython==3.1.37 ; python_version >= "3.10" and python_version < "4.0" greenlet==3.0.0 ; python_version >= "3.10" and python_version < "4.0" -idna==3.4 ; python_version >= "3.10" and python_version < "4.0" +idna==3.15 ; python_version >= "3.10" and python_version < "4.0" numpy==1.25.2 ; python_version >= "3.10" and python_version < "4.0" pandas==1.5.3 ; python_version >= "3.10" and python_version < "4.0" playwright==1.18.1 ; python_version >= "3.10" and python_version < "4.0"