From bb5d834cfb5bb3fc0989d591fad6c94a27fd54bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 05:00:45 +0000 Subject: [PATCH] Bump idna from 2.9 to 3.4 Bumps [idna](https://github.com/kjd/idna) from 2.9 to 3.4. - [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.4) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 6ca9e0c..c106be1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -4,7 +4,7 @@ async-timeout==3.0.1 attrs==19.3.0 chardet==3.0.4 discord-py==1.3.2 -idna==2.9 +idna==3.4 multidict==4.7.5 websockets==8.1 yarl==1.4.2