From ad096c14d2c33ad331b724ea5065fc7bde56f9c5 Mon Sep 17 00:00:00 2001 From: Samar Hassan Date: Thu, 2 May 2024 10:09:21 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=E2=99=BB=EF=B8=8F=20latest=20oscar=20v?= =?UTF-8?q?ersion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a2cf007..c7a40c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.8" -django-oscar = {version = "^3.2.5", allow-prereleases = true} +django-oscar = {version = "^3.2.4", allow-prereleases = true} coverage = { version = "^7.3", optional = true } pylint = { version = "^3.0.2", optional = true } black = { version = "^23.11.0", optional = true }