From af69ca8e0b29151e651870eacc193b9f83fbcace Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 10:43:10 +0000 Subject: [PATCH] Bump types-requests from 2.32.4.20260107 to 2.33.0.20260508 Bumps [types-requests](https://github.com/python/typeshed) from 2.32.4.20260107 to 2.33.0.20260508. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-version: 2.33.0.20260508 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 561e932..6707b0e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1326,14 +1326,14 @@ files = [ [[package]] name = "types-requests" -version = "2.32.4.20260107" +version = "2.33.0.20260508" description = "Typing stubs for requests" optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "types_requests-2.32.4.20260107-py3-none-any.whl", hash = "sha256:b703fe72f8ce5b31ef031264fe9395cac8f46a04661a79f7ed31a80fb308730d"}, - {file = "types_requests-2.32.4.20260107.tar.gz", hash = "sha256:018a11ac158f801bfa84857ddec1650750e393df8a004a8a9ae2a9bec6fcb24f"}, + {file = "types_requests-2.33.0.20260508-py3-none-any.whl", hash = "sha256:fa01459cca184229713df03709db46a905325906d27e042cd4fd7ea3d15d3400"}, + {file = "types_requests-2.33.0.20260508.tar.gz", hash = "sha256:81b2ae5f0d20967714a6aa5ef9284c05570d7cb06b7de8f2a77b918b63ddd411"}, ] [package.dependencies] @@ -1372,4 +1372,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "59f9518fc4c4fa35b8611ad9e445f9ba5cf21cfa7a92834b38d2f80d150aba86" +content-hash = "a42c856e947186eda20e98f764227dc94d9883922238797675651db4c55dbc3c" diff --git a/pyproject.toml b/pyproject.toml index d70b177..96fc71a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ pytest = "9.0.2" pytest-cov = "7.0.0" pytest-dependency = "0.6.1" responses = "0.26.0" -types-requests = "2.32.4.20260107" +types-requests = "2.33.0.20260508" [build-system] requires = ["poetry-core"]