Skip to content

Commit

Permalink
use newest oscar alpha release (#42)
Browse files Browse the repository at this point in the history
* use newest oscar alpha release

* lock file
  • Loading branch information
viggo-devries authored Sep 22, 2024
1 parent 12578b0 commit c05b035
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 19 deletions.
38 changes: 20 additions & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.8"
django-oscar = {version = "^3.2.5a2", allow-prereleases = true}
django-oscar = {version = "^4.0a1", allow-prereleases = true}
coverage = { version = "^7.3", optional = true }
pylint = { version = "^3.0.2", optional = true }
black = { version = "^23.11.0", optional = true }
Expand Down

0 comments on commit c05b035

Please sign in to comment.