From 34ea6342ec95134f5626c9a1548ee549999561b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 22:38:44 +0000 Subject: [PATCH] Bump types-requests from 2.27.25 to 2.31.0.10 Bumps [types-requests](https://github.com/python/typeshed) from 2.27.25 to 2.31.0.10. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 860f0c7e..eab7b053 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -7,7 +7,7 @@ ipdb==0.13.9 # https://github.com/gotcha/ipdb # ------------------------------------------------------------------------------ mypy==0.942 # https://github.com/python/mypy django-stubs==1.10.1 # https://github.com/typeddjango/django-stubs -types-requests==2.27.25 +types-requests==2.31.0.10 pytest==7.2.0 # https://github.com/pytest-dev/pytest pytest-sugar==0.9.6 # https://github.com/Frozenball/pytest-sugar responses==0.21.0 # https://github.com/getsentry/responses - for mocking HTTP responses