Skip to content

Commit efcda17

Browse files
committed
chore: update wagtail and django deps
1 parent 81be96f commit efcda17

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pyproject.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ keywords = ["e-commerce", "headless", "rest-api", "shop", "framework"]
1212
classifiers = [
1313
"Development Status :: 5 - Production/Stable",
1414
"Framework :: Django",
15-
"Framework :: Django :: 4.1",
16-
"Framework :: Django :: 4.2",
15+
"Framework :: Django :: 5",
1716
"Framework :: Wagtail",
18-
"Framework :: Wagtail :: 4",
1917
"Framework :: Wagtail :: 5",
2018
"Framework :: Wagtail :: 6",
19+
"Framework :: Wagtail :: 7",
2120
"Intended Audience :: Developers",
2221
"Operating System :: OS Independent",
2322
"Topic :: Internet",
@@ -28,13 +27,13 @@ packages = [
2827
include = ["LICENSE"]
2928

3029
[tool.poetry.dependencies]
31-
python = ">=3.8.1,<4.0"
32-
django = ">=4.1.3,<4.3"
30+
python = ">=3.10,<4.0"
31+
django = ">=5.0,<6.0"
3332
djangorestframework = ">=3.11.1,<4.0"
3433

3534
# Optional
3635
Pygments = {version = "^2.6", optional = true}
37-
wagtail = {version = ">=4.0,<7.0", optional = true}
36+
wagtail = {version = ">=5.0,<8.0", optional = true}
3837
wagtail_modeladmin = {version = ">=2.0", optional = true}
3938
pytest = {version = "~7.3.1", optional = true}
4039
pytest-django = {version = "~4.5.2", optional = true}

0 commit comments

Comments
 (0)