From 1f77f35af2163aa02602562260d1094b3e63f460 Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 20:03:15 +0000 Subject: [PATCH] chore(deps): update dependency types-requests to v2.32.4.20250611 | datasource | package | from | to | | ---------- | -------------- | --------------- | --------------- | | pypi | types-requests | 2.32.0.20250515 | 2.32.4.20250611 | --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index def87fd..9f06f58 100644 --- a/poetry.lock +++ b/poetry.lock @@ -6139,14 +6139,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] @@ -6957,4 +6957,4 @@ tracing = [] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "5606431e63e0ce9c22b6969e5abc651de988cd85d817ac8733245f64c295bded" +content-hash = "3b7e5e8f839ebd658e8a20272b3e50342c2b6958c4960131a2eedc280b6bba61" diff --git a/pyproject.toml b/pyproject.toml index 9fad3d6..1a1373e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ coverage = "^7.5.1" ipywidgets = "^8.1.3" pytest-asyncio = "^1.0.0" types-colorama = "^0.4.15.20240311" -types-requests = "2.32.0.20250515" +types-requests = "2.32.4.20250611" beautifulsoup4 = "^4.13.4" mkdocstrings = {extras = ["python"], version = "^0.29.1"} markdown = "^3.8"