From 1a7f217ab66a6921550249d4ad47e6c065f37362 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 03:20:24 -0800 Subject: [PATCH] Bump types-requests from 2.31.0.20231231 to 2.31.0.20240106 (#887) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 6d69f374c..8fdb43009 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,5 +4,5 @@ flake8==7.0.0 flake8-markdown==0.5.0 flake8-docstrings==1.7.0 mypy==1.8.0 -types-requests==2.31.0.20231231 +types-requests==2.31.0.20240106 types-PyYAML==6.0.12.12