From aeeae3e6d7ace0f63f67d09ae24d970068079e36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 14:57:38 +0000 Subject: [PATCH] Bump django-stubs from 4.2.0 to 4.2.1 in /requirements Bumps [django-stubs](https://github.com/typeddjango/django-stubs) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/4.2.0...4.2.1) --- updated-dependencies: - dependency-name: django-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 2757732..32f9831 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -12,7 +12,7 @@ django-coverage-plugin==3.0.0 # https://github.com/nedbat/django_coverage_plugi coverage==7.2.5 # https://github.com/nedbat/coveragepy # Code quality -django-stubs==4.2.0 # https://github.com/typeddjango/django-stubs +django-stubs==4.2.1 # https://github.com/typeddjango/django-stubs types-freezegun==1.1.10 # https://github.com/python/typeshed mypy==1.3.0 # https://github.com/python/mypy black==23.3.0 # https://github.com/ambv/black