From bccdb1f8529fea294226ca0bcf2f05a6b7138866 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 12:51:04 +0000 Subject: [PATCH] Bump requests from 2.32.4 to 2.33.0 in /metrics Bumps [requests](https://github.com/psf/requests) from 2.32.4 to 2.33.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- metrics/poetry.lock | 17 +++++++++-------- metrics/pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/metrics/poetry.lock b/metrics/poetry.lock index 141a606ee..2ea985117 100644 --- a/metrics/poetry.lock +++ b/metrics/poetry.lock @@ -506,25 +506,26 @@ cli = ["click (>=5.0)"] [[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 = "requests-oauthlib" @@ -651,4 +652,4 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "ef4764fd962803f2ae7b842cd052c4d58be09dc3b1828a6a1873fdf9857c162c" +content-hash = "0c522e35b3c6e44ac08f372f837bb48add0a8531efab1f4e3982f85c6c222b3d" diff --git a/metrics/pyproject.toml b/metrics/pyproject.toml index 90103ac42..b54e67522 100644 --- a/metrics/pyproject.toml +++ b/metrics/pyproject.toml @@ -19,7 +19,7 @@ google-auth-oauthlib = "^1.2.0" google-auth-httplib2 = "^0.2.0" apiclient = "^1.0.4" oauth2client = "^4.1.3" -requests = "^2.32.4" +requests = "^2.33.0" python-dotenv = "^1.0.1" boto3 = "^1.34.144" rsa = "^4.7"