From 49bb8baed750f70d38b7b79bcbcf2888487a5e9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 05:51:21 +0000 Subject: [PATCH] build(deps-dev): bump types-requests Bumps [types-requests](https://github.com/typeshed-internal/stub_uploader) from 2.32.0.20250515 to 2.32.4.20250611. - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: types-requests dependency-version: 2.32.4.20250611 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 d912361..7c0bef3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "alabaster" @@ -825,14 +825,14 @@ files = [ [[package]] name = "types-requests" -version = "2.32.0.20250515" +version = "2.32.4.20250611" description = "Typing stubs for requests" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "types_requests-2.32.0.20250515-py3-none-any.whl", hash = "sha256:f8eba93b3a892beee32643ff836993f15a785816acca21ea0ffa006f05ef0fb2"}, - {file = "types_requests-2.32.0.20250515.tar.gz", hash = "sha256:09c8b63c11318cb2460813871aaa48b671002e59fda67ca909e9883777787581"}, + {file = "types_requests-2.32.4.20250611-py3-none-any.whl", hash = "sha256:ad2fe5d3b0cb3c2c902c8815a70e7fb2302c4b8c1f77bdcd738192cdb3878072"}, + {file = "types_requests-2.32.4.20250611.tar.gz", hash = "sha256:741c8777ed6425830bf51e54d6abe245f79b4dcb9019f1622b773463946bf826"}, ] [package.dependencies] @@ -874,4 +874,4 @@ docs = ["Sphinx"] [metadata] lock-version = "2.1" python-versions = ">=3.9" -content-hash = "73af0b02f1b63c0eca412f007fb38af1026b3eeb05d5fbab56d1723b90c7b9aa" +content-hash = "24e298448028bb0cadb63289c069179a8e92a7375fde7341ca18c4bf40ec41d1" diff --git a/pyproject.toml b/pyproject.toml index 5ebc898..9b57ddb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ docs = ["Sphinx (>=8.2.3) ; python_version >= \"3.11\""] [tool.poetry.group.dev.dependencies] pylint = "^3.3.7" mypy = "^1.16.0" -types-requests = "^2.32.0.20250515" +types-requests = "^2.32.4.20250611" pytest = "^8.3.5" [build-system]