diff --git a/tools/integration_tests/poetry.lock b/tools/integration_tests/poetry.lock index d36a9304f3..1bbf768c89 100644 --- a/tools/integration_tests/poetry.lock +++ b/tools/integration_tests/poetry.lock @@ -412,25 +412,26 @@ dev = ["black", "build", "mypy", "pytest", "pytest-cov", "setuptools", "tox", "t [[package]] name = "requests" -version = "2.32.4" +version = "2.33.0" description = "Python HTTP for Humans." optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "requests-2.32.4-py3-none-any.whl", hash = "sha256:27babd3cda2a6d50b30443204ee89830707d396671944c998b5975b031ac2b2c"}, - {file = "requests-2.32.4.tar.gz", hash = "sha256:27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422"}, + {file = "requests-2.33.0-py3-none-any.whl", hash = "sha256:3324635456fa185245e24865e810cecec7b4caf933d7eb133dcde67d48cee69b"}, + {file = "requests-2.33.0.tar.gz", hash = "sha256:c7ebc5e8b0f21837386ad0e1c8fe8b829fa5f544d8df3b2253bff14ef29d7652"}, ] [package.dependencies] -certifi = ">=2017.4.17" +certifi = ">=2023.5.7" charset_normalizer = ">=2,<4" idna = ">=2.5,<4" -urllib3 = ">=1.21.1,<3" +urllib3 = ">=1.26,<3" [package.extras] socks = ["PySocks (>=1.5.6,!=1.5.7)"] -use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] +test = ["PySocks (>=1.5.6,!=1.5.7)", "pytest (>=3)", "pytest-cov", "pytest-httpbin (==2.1.0)", "pytest-mock", "pytest-xdist"] +use-chardet-on-py3 = ["chardet (>=3.0.2,<8)"] [[package]] name = "urllib3" @@ -453,4 +454,4 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "1904554aeccc4fe6e0d95cad56b4c7ef6cc2410693a7d6425cd2ccf9ec8dfa45" +content-hash = "7cab007930d68c6028d6b5146ab01b89ec22a35218a62368492a8d409706b7f2" diff --git a/tools/integration_tests/pyproject.toml b/tools/integration_tests/pyproject.toml index 5882d16484..08bb88eb47 100644 --- a/tools/integration_tests/pyproject.toml +++ b/tools/integration_tests/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.12" -requests = "^2.32.3" +requests = "^2.33.0" polling = "^0.3.2" pytest = "^8.3.3" decorator = "^5.2.1"