From 09b7046e5b3afea8975643c3bfb957e9ac7f8ca0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 12:00:43 +0000 Subject: [PATCH] chore(deps): bump requests from 2.31.0 to 2.32.0 in /testing/integration (#11168) --- testing/integration/poetry.lock | 10 +++++----- testing/integration/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/testing/integration/poetry.lock b/testing/integration/poetry.lock index ee4127556fb5..c02740acdf7f 100644 --- a/testing/integration/poetry.lock +++ b/testing/integration/poetry.lock @@ -516,13 +516,13 @@ pytest = ">=7.2" [[package]] name = "requests" -version = "2.31.0" +version = "2.32.0" 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.0-py3-none-any.whl", hash = "sha256:f2c3881dddb70d056c5bd7600a4fae312b2a300e39be6a118d30b90bd27262b5"}, + {file = "requests-2.32.0.tar.gz", hash = "sha256:fa5490319474c82ef1d2c9bc459d3652e3ae4ef4c4ebdd18a21145a47ca4b6b8"}, ] [package.dependencies] @@ -576,4 +576,4 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "c0bbb5c2cdb0e4cdd0ff878fcd971e836472667b19be2307debfcb6e045d0f7e" +content-hash = "b18416b78093da5b984256f44b0ee40e1257e808becd33f96ba3149f686fc9af" diff --git a/testing/integration/pyproject.toml b/testing/integration/pyproject.toml index b5ac51cc547b..e59983379c02 100644 --- a/testing/integration/pyproject.toml +++ b/testing/integration/pyproject.toml @@ -12,7 +12,7 @@ python = "^3.10" pytest = "^8.2.1" pytest-base-url = "^2.1.0" pytest-rerunfailures = "^14.0" -requests = "^2.31.0" +requests = "^2.32.0" pyquery = "^2.0.0" braceexpand = "^0.1.7"