From f482df7fd4dae265359dc7d313506d31654def37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 13:00:25 +0000 Subject: [PATCH] Bump types-requests from 2.32.4.20260107 to 2.33.0.20260503 Bumps [types-requests](https://github.com/python/typeshed) from 2.32.4.20260107 to 2.33.0.20260503. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-version: 2.33.0.20260503 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..65c2310 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.20260503" 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.20260503-py3-none-any.whl", hash = "sha256:02aaa7e3577a13471715bb1bddb693cc985ea514f754b503bf033e6a09a3e528"}, + {file = "types_requests-2.33.0.20260503.tar.gz", hash = "sha256:9721b2d9dbee7131f2fb39f20f0ebb1999c18cef4b512c9a7932f3722de7c5f4"}, ] [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 = "e4493c8fe79c6a95b4c12ac5fedebe167848c16dc5d423b4b6a15c1df33d1917" diff --git a/pyproject.toml b/pyproject.toml index d70b177..90c0e04 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.20260503" [build-system] requires = ["poetry-core"]