From 742deb25520488a1eafb9d923a78eb52fcc9b8b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 14:34:58 +0000 Subject: [PATCH] build(deps-dev): bump types-requests Bumps [types-requests](https://github.com/python/typeshed) from 2.33.0.20260408 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-patch ... 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 66d3c7e..f259a4f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "alabaster" @@ -1026,14 +1026,14 @@ files = [ [[package]] name = "types-requests" -version = "2.33.0.20260408" +version = "2.33.0.20260508" 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.20260508-py3-none-any.whl", hash = "sha256:fa01459cca184229713df03709db46a905325906d27e042cd4fd7ea3d15d3400"}, + {file = "types_requests-2.33.0.20260508.tar.gz", hash = "sha256:81b2ae5f0d20967714a6aa5ef9284c05570d7cb06b7de8f2a77b918b63ddd411"}, ] [package.dependencies] @@ -1075,4 +1075,4 @@ docs = ["Sphinx"] [metadata] lock-version = "2.1" python-versions = ">=3.10" -content-hash = "8c27ff4c4a0efa834507865d7f76ff9acb830d61b088db5c2c33150d0dc70970" +content-hash = "c478cbc5b13853d0ba21e2ffcb950887817c94fe00dd6a428078cd96ebf92468" diff --git a/pyproject.toml b/pyproject.toml index 07b9c3a..8c86b65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ docs = ["Sphinx (>=9.1) ; python_version >= \"3.12\""] [tool.poetry.group.dev.dependencies] pylint = "^4.0.5" mypy = "^1.20.2" -types-requests = "^2.33.0.20260408" +types-requests = "^2.33.0.20260508" pytest = "^9.0.3" [build-system]