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'