From 83007642df65360df31d9555b1453e615516217d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 14:33:37 +0000 Subject: [PATCH] build(deps-dev): bump types-requests Bumps [types-requests](https://github.com/python/typeshed) from 2.33.0.20260712 to 2.33.0.20260906. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-version: 2.33.0.20260906 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 81e07d9..38028cb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1184,14 +1184,14 @@ files = [ [[package]] name = "types-requests" -version = "2.33.0.20260712" +version = "2.33.0.20260906" description = "Typing stubs for requests" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {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"}, + {file = "types_requests-2.33.0.20260906-py3-none-any.whl", hash = "sha256:9f53622652bd921ead7a54d665be1b8d518165c8b51cc9d68d944cd6b6bfa8fb"}, + {file = "types_requests-2.33.0.20260906.tar.gz", hash = "sha256:76ab8a0fb736744a0c3deee7aa57b2927e301f078d9e61f5391b3e92002416b9"}, ] [package.dependencies] @@ -1233,4 +1233,4 @@ docs = ["Sphinx"] [metadata] lock-version = "2.1" python-versions = ">=3.10" -content-hash = "2bca93ebbe908ddcc4780e498c5bb0875a3c45b99450c36fa19905f4a9bcd5c8" +content-hash = "686ace5b3e08c3be853664fbd7012d5228bb857fd64567504fb999845a5ce540" diff --git a/pyproject.toml b/pyproject.toml index f66727c..740010d 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.7" mypy = "^2.3.0" -types-requests = "^2.33.0.20260712" +types-requests = "^2.33.0.20260906" pytest = "^9.1.1" [build-system]