From 675989c654afa6916bc83dbb4f411bc65dd67d5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 10:23:50 +0000 Subject: [PATCH] build(deps): bump idna from 3.3 to 3.4 Bumps [idna](https://github.com/kjd/idna) from 3.3 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/v3.3...v3.4) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-pinned.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-pinned.txt b/requirements-pinned.txt index aba6a2279b..5cc9263994 100644 --- a/requirements-pinned.txt +++ b/requirements-pinned.txt @@ -2,7 +2,7 @@ certifi==2022.6.15.1 # via requests cffi==1.15.1 # via cryptography, pynacl charset-normalizer==2.1.1 # via requests cryptography==38.0.1 # via securesystemslib -idna==3.3 # via requests +idna==3.4 # via requests pycparser==2.21 # via cffi pynacl==1.5.0 # via securesystemslib requests==2.28.1