From 208b0a5e0f11ea440773d0cb76d890f08a06815f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 11:00:32 +0000 Subject: [PATCH] Update django-oscar requirement from <3.2,>=2.0 to >=2.0,<3.3 Updates the requirements on [django-oscar](https://github.com/django-oscar/django-oscar) to permit the latest version. - [Release notes](https://github.com/django-oscar/django-oscar/releases) - [Changelog](https://github.com/django-oscar/django-oscar/blob/master/CHANGELOG.rst) - [Commits](https://github.com/django-oscar/django-oscar/compare/2.0.0...3.2) --- updated-dependencies: - dependency-name: django-oscar dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b3ea4c6..e843cbe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Testing -django-oscar>=2.0,<3.2 +django-oscar>=2.0,<3.3 django-webtest==1.9.10 tox>=3.20<4 pytest-django==4.5.2