From 836359d592b887764ccc49cd1c1aa6bcfbf9a550 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 01:51:11 +0000 Subject: [PATCH] Bump idna from 3.4 to 3.7 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] --- 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)