From 11d1599d78c09f6a747f8dc43243ee56a1a8ce46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 18:50:01 +0000 Subject: [PATCH] build(deps): bump django-stubs[compatible-mypy] from 4.2.3 to 4.2.7 Bumps [django-stubs[compatible-mypy]](https://github.com/typeddjango/django-stubs) from 4.2.3 to 4.2.7. - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/4.2.3...4.2.7) --- updated-dependencies: - dependency-name: django-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 012c0d0..1f616ea 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -7,7 +7,7 @@ psycopg[c]==3.1.10 # https://github.com/psycopg/psycopg # Testing # ------------------------------------------------------------------------------ mypy==1.4.1 # https://github.com/python/mypy -django-stubs[compatible-mypy]==4.2.3 # https://github.com/typeddjango/django-stubs +django-stubs[compatible-mypy]==4.2.7 # https://github.com/typeddjango/django-stubs 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