From c14d2060d8ba511401ca797ddd40b84593fa6ad1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 23:44:03 +0000 Subject: [PATCH] Bump idna in /coursera/course1-diving-in-python/week2/example1 Bumps [idna](https://github.com/kjd/idna) from 2.9 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.9...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../course1-diving-in-python/week2/example1/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coursera/course1-diving-in-python/week2/example1/requirements.txt b/coursera/course1-diving-in-python/week2/example1/requirements.txt index b6a1a5c..4ef1399 100644 --- a/coursera/course1-diving-in-python/week2/example1/requirements.txt +++ b/coursera/course1-diving-in-python/week2/example1/requirements.txt @@ -4,7 +4,7 @@ black==19.10b0 certifi==2023.7.22 chardet==3.0.4 click==7.1.1 -idna==2.9 +idna==3.7 pathspec==0.8.0 python-dateutil==2.8.1 regex==2020.4.4