From 66d750ec5afb0722bfd1f570690a5771494ddb3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 23:15:45 -0700 Subject: [PATCH] Build(deps): Bump idna from 3.6 to 3.7 (#32) Bumps [idna](https://github.com/kjd/idna) from 3.6 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.6...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c7076ae..c435e59 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ aiosignal==1.3.1 aiosqlite==0.20.0 attrs==23.2.0 frozenlist==1.4.1 -idna==3.6 +idna==3.7 multidict==6.0.5 yarl==1.9.4 \ No newline at end of file