From f111a777e6a232691a189c7ad41555a0f9ceb0d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 09:00:35 +0000 Subject: [PATCH] Bump django-stubs from 1.9.0 to 1.10.0 Bumps [django-stubs](https://github.com/typeddjango/django-stubs) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/1.9.0...1.10.0) --- updated-dependencies: - dependency-name: django-stubs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 3c31529f..9ebf915e 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,6 +1,6 @@ -r requirements.txt coverage==6.3.2 -django-stubs==1.9.0 +django-stubs==1.10.0 factory-boy==3.2.1 faker==13.3.3 mypy==0.941