From d64238c4062eb3c0e50b6cc01308893449959b0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 11:51:02 +0000 Subject: [PATCH] Bump djangorestframework-stubs from 3.14.1 to 3.14.4 Bumps [djangorestframework-stubs](https://github.com/typeddjango/djangorestframework-stubs) from 3.14.1 to 3.14.4. - [Release notes](https://github.com/typeddjango/djangorestframework-stubs/releases) - [Commits](https://github.com/typeddjango/djangorestframework-stubs/compare/3.14.1...3.14.4) --- updated-dependencies: - dependency-name: djangorestframework-stubs dependency-type: direct:production update-type: version-update:semver-patch ... 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 3b1d01c..98f0db3 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -6,7 +6,7 @@ psycopg2==2.9.6 # https://github.com/psycopg/psycopg2 # ------------------------------------------------------------------------------ mypy==1.4.1 # https://github.com/python/mypy django-stubs==4.2.1 # https://github.com/typeddjango/django-stubs -djangorestframework-stubs==3.14.1 # https://github.com/typeddjango/djangorestframework-stubs +djangorestframework-stubs==3.14.4 # https://github.com/typeddjango/djangorestframework-stubs tblib==2.0.0 # Needed to see the traceback for the parallel test runner.