From 53e7731feeb404af3b11c1150e67dd2620d34ce4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 15:18:26 +0200 Subject: [PATCH] build(deps-dev): bump types-requests (#998) Bumps [types-requests](https://github.com/python/typeshed) from 2.33.0.20260327 to 2.33.0.20260402. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-version: 2.33.0.20260402 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c452d7e..fca617f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ dev = [ # !!! Sync .pre-commit-config.yaml with these dependencies !!! "pre-commit==4.5.1", "mypy==1.19.1", - "types-requests==2.33.0.20260327", # for mypy + "types-requests==2.33.0.20260402", # for mypy "pandas-stubs==3.0.0.260204", # for mypy "tokenize-rt==6.2.0", # for mypy "types-docutils==0.22.3.20260322", # for mypy