From e776c0370faeaf8273861f13332c4a43ea916570 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 11:15:12 +0000 Subject: [PATCH] pip(deps-dev): bump types-requests Bumps [types-requests](https://github.com/python/typeshed) from 2.33.0.20260408 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-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c8e7fb8e..06f5ea5d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2387,14 +2387,14 @@ files = [ [[package]] name = "types-requests" -version = "2.33.0.20260408" +version = "2.33.0.20260503" description = "Typing stubs for requests" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "types_requests-2.33.0.20260408-py3-none-any.whl", hash = "sha256:81f31d5ea4acb39f03be7bc8bed569ba6d5a9c5d97e89f45ac43d819b68ca50f"}, - {file = "types_requests-2.33.0.20260408.tar.gz", hash = "sha256:95b9a86376807a216b2fb412b47617b202091c3ea7c078f47cc358d5528ccb7b"}, + {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] @@ -2481,4 +2481,4 @@ plot = ["matplotlib", "plotly"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.15" -content-hash = "1685c4cffb2cde8c0c139cdaffbe0dd3b13b3e8ca83311c980b910b09ecdea7c" +content-hash = "b0b2336ed601d2f07ddccfa9b38499e24074cceb679cb9ba1a72c13356272b6d" diff --git a/pyproject.toml b/pyproject.toml index ab133dc6..69251a9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ pytest-mock = "^3.14.0" pytest-sugar = "^1.0.0" pytest-xdist = "^3.6.1" jinja2 = "^3.1.6" -types-requests = "^2.32.0.20241016" +types-requests = "^2.33.0.20260503" interrogate = "^1.7.0" pytest-timeout = "^2.3.1"