From 8c08fe4888a87e8242168590eeb9b2218fd0115d 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 36e42706..7e919d64 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.2 mypy==0.941