diff --git a/pytests/iroha_torii_tests/poetry.lock b/pytests/iroha_torii_tests/poetry.lock index 291118dcb62..887ab3dc881 100644 --- a/pytests/iroha_torii_tests/poetry.lock +++ b/pytests/iroha_torii_tests/poetry.lock @@ -585,13 +585,13 @@ rpds-py = ">=0.7.0" [[package]] name = "requests" -version = "2.31.0" +version = "2.32.3" description = "Python HTTP for Humans." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, - {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, + {file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"}, + {file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"}, ] [package.dependencies] @@ -806,4 +806,4 @@ test = ["websockets"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "5693cf80009a7d635ea88da0caeba7dd979b856aaaf264d23660e3965daaa76e" +content-hash = "698812fdc77444515413acc9e0c4c0838f20d942eedb1669665d0a7d3332eebb" diff --git a/pytests/iroha_torii_tests/pyproject.toml b/pytests/iroha_torii_tests/pyproject.toml index 5142cd56ed7..35e51062976 100644 --- a/pytests/iroha_torii_tests/pyproject.toml +++ b/pytests/iroha_torii_tests/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.11" -requests = "^2.31.0" +requests = "^2.32.3" pytest = "^8.3.3" websocket-client = "^1.7.0" allure-pytest = "^2.13.2"