From 556daabfcc1a541cbc8e457b6c4373a12f34dfec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 00:21:16 +0000 Subject: [PATCH] Bump idna from 3.3 to 3.7 in /app Bumps [idna](https://github.com/kjd/idna) from 3.3 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.3...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 043a5ef..a23d077 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -26,7 +26,7 @@ djangorestframework-filters==1.0.0.dev2 djangorestframework-api-key==2.2.0 future==0.18.3 gunicorn==20.1.0 -idna==3.3 +idna==3.7 iniconfig==1.1.1 mysqlclient==2.0.3 oauthlib==3.2.2