From 8aefba4c179ab6866407512e884058aa2ce3953e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 18:49:18 +0000 Subject: [PATCH] Bump types-requests from 2.31.0.2 to 2.31.0.5 Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.2 to 2.31.0.5. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 7df13d226..0639dc952 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -11,6 +11,6 @@ requests==2.31.0 responses==0.23.3 tox==3.28.0 # can't be updated to 4+ due to flake8@5.0.4 needing importlib-metadata<4.3 and tox needs importlib-metadata>=5.1 types-pyyaml==6.0.12.11 -types-requests==2.31.0.2 +types-requests==2.31.0.5 typing-extensions==4.7.1 unidiff==0.7.5