From 6065e914f2eff73c469269fcad241ebcbb6fc450 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 02:51:13 +0000 Subject: [PATCH] Bump types-requests from 2.31.0.20240106 to 2.31.0.20240125 Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.20240106 to 2.31.0.20240125. - [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 1df018c7f..032b37501 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -349,7 +349,7 @@ dev = [ "tenacity==8.2.3", "types-Pillow==10.2.0.20240111", "types-PyYAML==6.0.12.12", - "types-requests==2.31.0.20240106", + "types-requests==2.31.0.20240125", "urllib3==2.1.0", "vulture==2.11", "vws-python==2023.12.27",