diff --git a/Pipfile.lock b/Pipfile.lock index 2dab668abe4..db1d10adce4 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -159,11 +159,12 @@ }, "exceptiongroup": { "hashes": [ - "sha256:4bfd3996ac73b41e9b9628b04e079f193850720ea5945fc96a08633c66912f14", - "sha256:91f5c769735f051a4290d52edd0858999b57e5876e9f85937691bd4c9fa3ed68" + "sha256:5258b9ed329c5bbdd31a309f53cbfb0b155341807f6ff7606a1e801a891b29ad", + "sha256:a4785e48b045528f5bfe627b6ad554ff32def154f42372786903b7abcfe1aa16" ], - "markers": "python_version < '3.11'", - "version": "==1.2.0" + "index": "pypi", + "markers": "python_version >= '3.7'", + "version": "==1.2.1" }, "humanize": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index dfe8da6e6f4..81cea77d6eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ certifi==2024.2.2; python_version >= '3.6' charset-normalizer==3.3.2; python_full_version >= '3.7.0' click==8.1.7; python_version >= '3.7' deprecated==1.2.14; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' -exceptiongroup==1.2.0; python_version < '3.11' +exceptiongroup==1.2.1; python_version >= '3.7' humanize==4.9.0; python_version >= '3.8' idna==3.7; python_version >= '3.5' inquirerpy==0.3.4; python_version >= '3.7' and python_version < '4.0'