From d488a9afb99b7382a1e8f0647b8037ee8fdb72cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 00:05:53 +0000 Subject: [PATCH] build(deps): bump types-requests in /.github Bumps [types-requests](https://github.com/typeshed-internal/stub_uploader) from 2.32.0.20250602 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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/pythonchecks.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pythonchecks.txt b/.github/pythonchecks.txt index 4c1e0a0..50146b2 100644 --- a/.github/pythonchecks.txt +++ b/.github/pythonchecks.txt @@ -16,7 +16,7 @@ flake8-simplify==0.22.0; python_version < '3.14' # buggy flake8-pytest==1.4 flake8-type-checking==3.0.0 mypy==1.16.0 -types-requests==2.32.0.20250602 +types-requests==2.32.4.20250611 pytest-xdist==3.7.0 flake8-noqa==1.4.0; python_version < '3.14' # check behaves different on 3.13 and below coverage==7.8.2