From 4a189c17596f5f5af3b0f1ad7a75ab3ee3d8687a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 03:48:36 +0000 Subject: [PATCH] Bump types-requests from 2.27.25 to 2.31.0.4 Bumps [types-requests](https://github.com/python/typeshed) from 2.27.25 to 2.31.0.4. - [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 bfb8f45f..ea323da5 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.4 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