diff --git a/Pipfile b/Pipfile index d794f0fff1..7663ec7348 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.7", python_version=">='3.5'"} +idna = {version="==3.8", 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 dcd0fe1c81..20d3e0ee4e 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "82c7fbd82b4d3cd87d1d7a91299fee042449513926142d01dccd06dfb3adc5ee" + "sha256": "737b746ec8181f665d7ba1bce2fd45bf9c4f9139f984b7ac99d14b29714c94fd" }, "pipfile-spec": 6, "requires": { @@ -192,11 +192,12 @@ }, "idna": { "hashes": [ - "sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc", - "sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0" + "sha256:050b4e5baadcd44d760cedbd2b8e639f2ff89bbc7a5730fcc662954303377aac", + "sha256:d838c2c0ed6fced7693d5e8ab8e734d5f8fda53a039c0164afb0b82e771e3603" ], - "markers": "python_version >= '3.5'", - "version": "==3.7" + "index": "pypi", + "markers": "python_version >= '3.6'", + "version": "==3.8" }, "inquirerpy": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index c4e11c3924..f28c6db030 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.7; python_version >= '3.5' +idna==3.8; python_version >= '3.6' inquirerpy==0.3.4 markdown-it-py==3.0.0; python_version >= '3.7' mdurl==0.1.2; python_version >= '3.7'