From 1ed323b684468ba1980a82828310263cf6ec3ae9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 02:50:22 +0200 Subject: [PATCH] Bump idna from 3.6 to 3.7 (#30) Bumps [idna](https://github.com/kjd/idna) from 3.6 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.6...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.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 1a11c8b..cc09769 100644 --- a/requirements.in +++ b/requirements.in @@ -17,7 +17,7 @@ Exscript==2.6.28 flake8==7.0.0 future==1.0.0 gunicorn==22.0.0 -idna==3.6 +idna==3.7 Markdown==3.6 mccabe==0.7.0 packaging==24.0 diff --git a/requirements.txt b/requirements.txt index 9a6ad3e..6b94684 100644 --- a/requirements.txt +++ b/requirements.txt @@ -69,7 +69,7 @@ future==1.0.0 # exscript gunicorn==22.0.0 # via -r requirements.in -idna==3.6 +idna==3.7 # via # -r requirements.in # requests