diff --git a/Pipfile b/Pipfile index fc86e78..f51124c 100644 --- a/Pipfile +++ b/Pipfile @@ -10,7 +10,7 @@ requests-toolbelt = "==1.0.0" [dev-packages] pylint = "==3.2.5" black = "==24.4.2" -pytest = "==8.2.2" +pytest = "==8.3.1" [scripts] lint = "pylint *.py" diff --git a/Pipfile.lock b/Pipfile.lock index d44903a..8f80724 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "0eac9efc3df9efb25959a730927485da2d0cb1afdeb331e2b09ddc8d7f9a321c" + "sha256": "589c46bb4938933c297104b04fdf9ba7cede7f64ad4b3fdff39f2bd65d7bc2fd" }, "pipfile-spec": 6, "requires": { @@ -767,12 +767,12 @@ }, "pytest": { "hashes": [ - "sha256:c434598117762e2bd304e526244f67bf66bbd7b5d6cf22138be51ff661980343", - "sha256:de4bb8104e201939ccdc688b27a89a7be2079b22e2bd2b07f806b6ba71117977" + "sha256:7e8e5c5abd6e93cb1cc151f23e57adc31fcf8cfd2a3ff2da63e23f732de35db6", + "sha256:e9600ccf4f563976e2c99fa02c7624ab938296551f280835ee6516df8bc4ae8c" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==8.2.2" + "version": "==8.3.1" }, "tomlkit": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 8c0c94f..4086aa7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,14 @@ -i https://pypi.org/simple/ -anyio==4.4.0; python_version >= '3.8' +anyio==4.2.0; python_version >= '3.8' backoff==2.2.1; python_version >= '3.7' and python_version < '4.0' -certifi==2024.7.4; python_version >= '3.6' +certifi==2023.7.22; python_version >= '3.6' charset-normalizer==3.3.2; python_full_version >= '3.7.0' gql==3.5.0 graphql-core==3.2.3; python_version >= '3.6' and python_version < '4' idna==3.6; python_version >= '3.5' -multidict==6.0.5; python_version >= '3.7' +multidict==6.0.4; python_version >= '3.7' requests==2.31.0; python_version >= '3.7' requests-toolbelt==1.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' -sniffio==1.3.1; python_version >= '3.7' +sniffio==1.3.0; python_version >= '3.7' urllib3==2.0.7; python_version >= '3.7' yarl==1.9.4; python_version >= '3.7'