From ca0b1b83fa099af10460827d6cec6eb69e10ab71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 11:00:31 +0000 Subject: [PATCH] Bump django-webtest from 1.9.9 to 1.9.10 Bumps [django-webtest](https://github.com/django-webtest/django-webtest) from 1.9.9 to 1.9.10. - [Release notes](https://github.com/django-webtest/django-webtest/releases) - [Changelog](https://github.com/django-webtest/django-webtest/blob/master/CHANGES.rst) - [Commits](https://github.com/django-webtest/django-webtest/compare/1.9.9...1.9.10) --- updated-dependencies: - dependency-name: django-webtest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index de5d829..b3ea4c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Testing django-oscar>=2.0,<3.2 -django-webtest==1.9.9 +django-webtest==1.9.10 tox>=3.20<4 pytest-django==4.5.2 pytest-cov>=2.10<3