From d2e8e869186ab0af1302680d6beadeb8cf24d01f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 16:17:23 +0200 Subject: [PATCH] Bump idna from 3.4 to 3.7 (#8) 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-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- requirements_tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e259696..09d9283 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ certifi==2023.7.22 # requests charset-normalizer==2.1.1 # via requests -idna==3.4 +idna==3.7 # via requests influxdb==5.3.1 # via klimalogger (pyproject.toml) diff --git a/requirements_tests.txt b/requirements_tests.txt index 37b7762..180b9da 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -35,7 +35,7 @@ charset-normalizer==2.1.1 # via requests coverage[toml]==7.0.1 # via pytest-cov -idna==3.4 +idna==3.7 # via requests influxdb==5.3.1 # via klimalogger (pyproject.toml)