From c79c7f025cbfdbe3db265edb09c2cebe5fe9aa41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 17:33:21 +0000 Subject: [PATCH] build(deps-dev): bump types-requests Bumps [types-requests](https://github.com/python/typeshed) from 2.33.0.20260508 to 2.33.0.20260712. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-version: 2.33.0.20260712 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 db789a5..f921441 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.4.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "alabaster" @@ -1589,14 +1589,14 @@ files = [ [[package]] name = "types-requests" -version = "2.33.0.20260508" +version = "2.33.0.20260712" description = "Typing stubs for requests" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {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"}, + {file = "types_requests-2.33.0.20260712-py3-none-any.whl", hash = "sha256:de027e28c171d3da529689cbfa023b0b4eab188c8dfa22fd834eebd2cee6e7bb"}, + {file = "types_requests-2.33.0.20260712.tar.gz", hash = "sha256:2141b67ab534a5c5cd2dac5034f2a35f42e699c5bf185eee608c5246a069d7fb"}, ] [package.dependencies] @@ -1868,4 +1868,4 @@ lookyloo-example = ["pylookyloo"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.15" -content-hash = "5a5517e8ae4e326570829e4c3f6b94835eb9e77bcf417ba43c47acd5ed92cef3" +content-hash = "2f875761591ffdfd966cbc1c7cbd7f297d4b24a5878d9030f395132f07bbb38d" diff --git a/pyproject.toml b/pyproject.toml index 256e9be..5d16eb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ lookyloo_example = [ [tool.poetry.group.dev.dependencies] mypy = "^2.0.0" -types-requests = "^2.33.0.20260508" +types-requests = "^2.33.0.20260712" pytest-cov = "^7.1.0" [build-system]