From c0f584eaba2c95ea672de1094f77a0814016cd76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 20:31:59 +0000 Subject: [PATCH] chore: Bump idna in /examples/Python Examples/TestMonitor Bumps [idna](https://github.com/kjd/idna) from 3.4 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.4...v3.7) --- updated-dependencies: - dependency-name: idna dependency-version: '3.7' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/Python Examples/TestMonitor/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Python Examples/TestMonitor/requirements.txt b/examples/Python Examples/TestMonitor/requirements.txt index 6d9c186..daab919 100644 --- a/examples/Python Examples/TestMonitor/requirements.txt +++ b/examples/Python Examples/TestMonitor/requirements.txt @@ -1,6 +1,6 @@ certifi==2024.7.4 charset-normalizer==3.1.0 -idna==3.4 +idna==3.7 requests==2.32.4 urllib3==2.6.0 colorama==0.4.6