diff --git a/Pipfile.lock b/Pipfile.lock index 11c5fee36..267e920eb 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1377,12 +1377,12 @@ }, "tox": { "hashes": [ - "sha256:300055f335d855b2ab1b12c5802de7f62a36d4fd53f30bd2835f6a201dda46ea", - "sha256:7a0beeef166fbe566f54f795b4906c31b428eddafc0102ac00d20998dd1933f6" + "sha256:53a092527d65e873e39213ebd4bd027a64623320b6b0326136384213f95b7076", + "sha256:f00a5dc4222b358e69694e47e3da0227ac41253509bca9f45aa8f012053e8d9d" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==4.15.0" + "version": "==4.15.1" }, "types-requests": { "hashes": [ diff --git a/requirements-dev.txt b/requirements-dev.txt index 0a46c56e3..fa322a6ad 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -64,7 +64,7 @@ sphinxcontrib-qthelp==1.0.7; python_version >= '3.9' sphinxcontrib-serializinghtml==1.1.10; python_version >= '3.9' stevedore==5.2.0; python_version >= '3.8' tomli==2.0.1; python_version >= '3.1' -tox==4.15.0; python_version >= '3.8' +tox==4.15.1; python_version >= '3.8' types-requests==2.32.0.20240602; python_version >= '3.8' typing-extensions==4.12.1; python_version >= '3.8' urllib3==2.2.1; python_version >= '3.8'