diff --git a/Pipfile b/Pipfile index 7ceaff4857..03a572bd1e 100644 --- a/Pipfile +++ b/Pipfile @@ -6,7 +6,7 @@ verify_ssl = true [dev-packages] [packages] -apluggy = "==0.9.4" +apluggy = "==0.9.9" attrs = "==23.2.0" cattrs = {version="==23.2.3", python_version=">='3.7'"} certifi = "==2024.2.2" diff --git a/Pipfile.lock b/Pipfile.lock index f36073218a..b48b1850ef 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "73e7300b70adef9b5131e40ccaf73bb8e3247744aad19162215daa6d77c0b49a" + "sha256": "666aeb1364250b4b95331b3e41d467b29fb5afb2a1f280281342482203834ed4" }, "pipfile-spec": 6, "requires": { @@ -18,12 +18,12 @@ "default": { "apluggy": { "hashes": [ - "sha256:ecfcd7cad1c484281cd528281104c53657297f8ab8e723f26c2f396a407c8d0c", - "sha256:fe66316ce1cdd9d7c406bd39582c267df5d6cf70b701bdbe9523d5efecd45308" + "sha256:9261e12d60720c4f92189cd7f923e1de1e7aa536cd22e9c5770c289389d5609c", + "sha256:985bea17ab2f4062e5d6f5094ea025376ac4f255bf0e7c6b2aadf467ae2ee4da" ], "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==0.9.4" + "markers": "python_version >= '3.10'", + "version": "==0.9.9" }, "attrs": { "hashes": [ @@ -192,6 +192,14 @@ "markers": "python_version >= '3.8'", "version": "==4.9.0" }, + "hypothesis": { + "hashes": [ + "sha256:4ae5918f5a47f979e53fe9e8be4ba6edf17d7a133c13542938d8a6e18f890a2a", + "sha256:7d68e45d371cee5b9d2236516341aca57fb7f2cfabef6cb9e5b3a7ec62219cf2" + ], + "markers": "python_version >= '3.8'", + "version": "==6.100.2" + }, "idna": { "hashes": [ "sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc", @@ -420,6 +428,13 @@ "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' and python_version >= '3.4'", "version": "==1.16.0" }, + "sortedcontainers": { + "hashes": [ + "sha256:25caa5a06cc30b6b83d11423433f65d1f9d76c4c6a0c90e3379eaa43b9bfdb88", + "sha256:a163dcaede0f1c021485e957a39245190e74249897e2ae4b2aa38595db237ee0" + ], + "version": "==2.4.0" + }, "tqdm": { "hashes": [ "sha256:b75ca56b413b030bc3f00af51fd2c1a1a5eac6a0c1cca83cbb37a5c52abce644", diff --git a/requirements.txt b/requirements.txt index 2bdf5cb6e3..9c3fa1a7e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -i https://pypi.org/simple -apluggy==0.9.4; python_version >= '3.8' +apluggy==0.9.9; python_version >= '3.10' attrs==23.2.0; python_version >= '3.7' cattrs==23.2.3; python_version >= '3.7' and python_version >= '3.8' certifi==2024.2.2; python_version >= '3.6' @@ -9,6 +9,7 @@ decorator==5.1.1; python_version >= '3.5' deprecated==1.2.14; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' exceptiongroup==1.2.1; python_version < '3.11' humanize==4.9.0; python_version >= '3.8' +hypothesis==6.100.2; python_version >= '3.8' idna==3.7; python_version >= '3.5' inquirerpy==0.3.4; python_version >= '3.7' and python_version < '4.0' markdown-it-py==3.0.0; python_version >= '3.7' and python_version >= '3.8' @@ -30,6 +31,7 @@ requests-cache==1.2.0; python_version >= '3.8' requests-oauthlib==2.0.0; python_version >= '3.4' rich==13.7.1; python_full_version >= '3.7.0' six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' and python_version >= '3.4' +sortedcontainers==2.4.0 tqdm==4.66.4; python_version >= '3.7' types-decorator==5.1.8.20240310; python_version >= '3.8' typing-extensions==4.11.0; python_version < '3.9'