From 61297b5ab7cc3571fbd6ca796912a1273a2cedd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 14:36:51 +0000 Subject: [PATCH] Bump idna from 3.4 to 3.7 in /requirements 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/dev.txt | 2 +- requirements/docs.txt | 2 +- requirements/prod.txt | 2 +- requirements/test.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 19ed822..a0e78cd 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -98,7 +98,7 @@ gitpython==3.1.41 # generate-changelog identify==2.5.30 # via pre-commit -idna==3.4 +idna==3.7 # via # requests # yarl diff --git a/requirements/docs.txt b/requirements/docs.txt index 963b65e..7b25e61 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -69,7 +69,7 @@ gitdb==4.0.11 # via gitpython gitpython==3.1.41 # via cookie-composer (pyproject.toml) -idna==3.4 +idna==3.7 # via # requests # yarl diff --git a/requirements/prod.txt b/requirements/prod.txt index 4f1f6cb..daf3706 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -49,7 +49,7 @@ gitdb==4.0.11 # via gitpython gitpython==3.1.41 # via cookie-composer (pyproject.toml) -idna==3.4 +idna==3.7 # via # requests # yarl diff --git a/requirements/test.txt b/requirements/test.txt index fe35791..b4c204c 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -63,7 +63,7 @@ gitpython==3.1.41 # via cookie-composer (pyproject.toml) identify==2.5.30 # via pre-commit -idna==3.4 +idna==3.7 # via # requests # yarl