From 1b537ad9803f174bb30f2f3d225e9a3857281b1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 05:27:44 +0000 Subject: [PATCH] Bump types-requests from 2.31.0.20231231 to 2.31.0.20240106 Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.20231231 to 2.31.0.20240106. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c338875e2..0ed2a2861 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -354,7 +354,7 @@ dev = [ "tenacity==8.2.3", "types-Pillow==10.1.0.2", "types-PyYAML==6.0.12.12", - "types-requests==2.31.0.20231231", + "types-requests==2.31.0.20240106", "urllib3==2.1.0", "vulture==2.10", "vws-python==2023.12.26",