From dc46784ef012ab97da09e4400c548d2e98fcd9ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 21:53:55 +0900 Subject: [PATCH] Bump idna from 3.4 to 3.7 in /requirements (#38) 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: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/test.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/requirements/test.txt b/requirements/test.txt index 27fbdf3..51230a7 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -59,7 +59,7 @@ gunicorn==21.2.0 # via -r base.txt h11==0.14.0 # via wsproto -idna==3.4 +idna==3.7 # via trio iniconfig==2.0.0 # via pytest @@ -122,9 +122,7 @@ pytz==2023.3 selenium==4.11.2 # via -r test.in sentry-sdk[flask]==1.29.2 - # via - # -r base.txt - # sentry-sdk + # via -r base.txt smmap==5.0.0 # via # -r base.txt