diff --git a/pytests/iroha_torii_tests/poetry.lock b/pytests/iroha_torii_tests/poetry.lock index 887ab3dc881..bd2da17d479 100644 --- a/pytests/iroha_torii_tests/poetry.lock +++ b/pytests/iroha_torii_tests/poetry.lock @@ -736,13 +736,13 @@ files = [ [[package]] name = "types-requests" -version = "2.32.0.20240521" +version = "2.32.0.20240907" description = "Typing stubs for requests" optional = false python-versions = ">=3.8" files = [ - {file = "types-requests-2.32.0.20240521.tar.gz", hash = "sha256:c5c4a0ae95aad51f1bf6dae9eed04a78f7f2575d4b171da37b622e08b93eb5d3"}, - {file = "types_requests-2.32.0.20240521-py3-none-any.whl", hash = "sha256:ab728ba43ffb073db31f21202ecb97db8753ded4a9dc49cb480d8a5350c5c421"}, + {file = "types-requests-2.32.0.20240907.tar.gz", hash = "sha256:ff33935f061b5e81ec87997e91050f7b4af4f82027a7a7a9d9aaea04a963fdf8"}, + {file = "types_requests-2.32.0.20240907-py3-none-any.whl", hash = "sha256:1d1e79faeaf9d42def77f3c304893dea17a97cae98168ac69f3cb465516ee8da"}, ] [package.dependencies] @@ -806,4 +806,4 @@ test = ["websockets"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "698812fdc77444515413acc9e0c4c0838f20d942eedb1669665d0a7d3332eebb" +content-hash = "421a5ee0b8d4cfa5315c24d2517b38101bab267c81942b134bf720da2c37bcb1" diff --git a/pytests/iroha_torii_tests/pyproject.toml b/pytests/iroha_torii_tests/pyproject.toml index 35e51062976..36f4d3c7ccf 100644 --- a/pytests/iroha_torii_tests/pyproject.toml +++ b/pytests/iroha_torii_tests/pyproject.toml @@ -20,7 +20,7 @@ black = "^24.4.2" mypy = "^1.10.0" flake8 = "^7.1.1" types-toml = "^0.10.8.20240310" -types-requests = "^2.32.0.20240521" +types-requests = "^2.32.0.20240907" [build-system] requires = ["poetry-core"]