From f57892dfc2cfb1ec0b100174f8441eb0ad81c6a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 00:59:54 +0000 Subject: [PATCH] Bump idna from 3.3 to 3.7 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: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 391a352..143136b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ frozenlist==1.3.1 # via # aiohttp # aiosignal -idna==3.3 +idna==3.7 # via # requests # yarl @@ -76,6 +76,7 @@ tomli==2.0.1 # via # black # build + # pep517 # pytest urllib3==1.26.11 # via requests