From 7043e28afd1067e7edec6bd2bade55ffdd40cea4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 15:09:44 +0000 Subject: [PATCH] chore(deps): update dependency requests to v2.32.0 [security] (#9219) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Phillip Cloud <417981+cpcloud@users.noreply.github.com> --- poetry.lock | 8 ++++---- requirements-dev.txt | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 86377dd99cec..edd56b150f5e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -6387,13 +6387,13 @@ files = [ [[package]] name = "requests" -version = "2.31.0" +version = "2.32.1" 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.1-py3-none-any.whl", hash = "sha256:21ac9465cdf8c1650fe1ecde8a71669a93d4e6f147550483a2967d08396a56a5"}, + {file = "requests-2.32.1.tar.gz", hash = "sha256:eb97e87e64c79e64e5b8ac75cee9dd1f97f49e289b083ee6be96268930725685"}, ] [package.dependencies] diff --git a/requirements-dev.txt b/requirements-dev.txt index 5128a1da2ecf..1d7d92e6c036 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -251,8 +251,8 @@ referencing==0.35.1 ; python_version >= "3.10" and python_version < "3.13" regex==2024.5.10 ; python_version >= "3.9" and python_version < "4.0" requests-oauthlib==2.0.0 ; python_version >= "3.9" and python_version < "4.0" requests-toolbelt==1.0.0 ; python_version >= "3.9" and python_version < "4.0" -requests==2.31.0 ; python_version >= "3.9" and python_version < "4.0" -requests[socks]==2.31.0 ; python_version >= "3.10" and python_version < "3.13" +requests==2.32.1 ; python_version >= "3.9" and python_version < "4.0" +requests[socks]==2.32.1 ; python_version >= "3.10" and python_version < "3.13" rfc3339-validator==0.1.4 ; python_version >= "3.10" and python_version < "3.13" rfc3986-validator==0.1.1 ; python_version >= "3.10" and python_version < "3.13" rich==13.7.1 ; python_version >= "3.9" and python_version < "4.0"