From 573259f5b7b2e09b76b38b27097b1a5d5340f1b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:19:34 +0000 Subject: [PATCH] Bump idna from 3.8 to 3.10 Bumps [idna](https://github.com/kjd/idna) from 3.8 to 3.10. - [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.8...v3.10) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index 0e0e6c9762..fa79ca44d5 100644 --- a/Pipfile +++ b/Pipfile @@ -15,7 +15,7 @@ click = "==8.1.7" decorator = "==5.1.1" deprecated = "==1.2.14" humanize = "==4.10.0" -idna = {version="==3.8", python_version=">='3.5'"} +idna = {version="==3.10", python_version=">='3.5'"} inquirerpy = "==0.3.4" markdown-it-py = {version="==3.0.0", python_version=">='3.7'"} mdurl = {version="==0.1.2", python_version=">='3.7'"} diff --git a/Pipfile.lock b/Pipfile.lock index 3ae7fcb638..7a61e22941 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "55888697fbd56646236d6d69e593f9e6c89112a95900395e89fbc0e7e6eb35a7" + "sha256": "cf7fe8ea49a0350141ea669ff4c07ba40f97034c9d88aab3b3264e3ea71d6eaf" }, "pipfile-spec": 6, "requires": { @@ -192,12 +192,12 @@ }, "idna": { "hashes": [ - "sha256:050b4e5baadcd44d760cedbd2b8e639f2ff89bbc7a5730fcc662954303377aac", - "sha256:d838c2c0ed6fced7693d5e8ab8e734d5f8fda53a039c0164afb0b82e771e3603" + "sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9", + "sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3" ], "index": "pypi", "markers": "python_version >= '3.6'", - "version": "==3.8" + "version": "==3.10" }, "inquirerpy": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 1e07497299..dec5c986d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ decorator==5.1.1 deprecated==1.2.14 exceptiongroup==1.2.2; python_version >= '3.7' humanize==4.10.0; python_version >= '3.8' -idna==3.8; python_version >= '3.6' +idna==3.10; python_version >= '3.6' inquirerpy==0.3.4 markdown-it-py==3.0.0; python_version >= '3.7' and python_version >= '3.8' mdurl==0.1.2; python_version >= '3.7'