From 859e7ca61557f16f6066cd0ffc1b2bef0b505535 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 22:11:30 +0000 Subject: [PATCH] build(deps): bump djangorestframework-stubs[compatible-mypy] Bumps [djangorestframework-stubs[compatible-mypy]](https://github.com/typeddjango/djangorestframework-stubs) from 3.14.2 to 3.14.4. - [Release notes](https://github.com/typeddjango/djangorestframework-stubs/releases) - [Commits](https://github.com/typeddjango/djangorestframework-stubs/compare/3.14.2...3.14.4) --- updated-dependencies: - dependency-name: djangorestframework-stubs[compatible-mypy] 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 a2d3d20..0a71d4f 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -12,7 +12,7 @@ behave-django==1.4.0 # https://behave-django.readthedocs.io/en/stable/ behave==1.2.6 # https://behave.readthedocs.io/en/latest/ pytest==7.4.3 # https://github.com/pytest-dev/pytest pytest-sugar==0.9.7 # https://github.com/Frozenball/pytest-sugar -djangorestframework-stubs[compatible-mypy]==3.14.2 # https://github.com/typeddjango/djangorestframework-stubs +djangorestframework-stubs[compatible-mypy]==3.14.4 # https://github.com/typeddjango/djangorestframework-stubs # Code quality # ------------------------------------------------------------------------------