From 5010d43859d8658b09da7e71ba4a5a1c74ec60c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 22:46:13 +0000 Subject: [PATCH] Bump idna from 2.6 to 3.7 in /app Bumps [idna](https://github.com/kjd/idna) from 2.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/v2.6...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index ff8d7a9..e63b7a8 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -13,7 +13,7 @@ google-auth==1.3.0 google-auth-httplib2==0.0.3 google-auth-oauthlib==0.2.0 httplib2==0.10.3 -idna==2.6 +idna==3.7 isort==4.3.4 itypes==1.1.0 Jinja2==2.10