Skip to content

Commit 189f3c9

Browse files
committed
Update pyproject with Django and Poetry newer versions
1 parent a62eefb commit 189f3c9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ classifiers = [
2626
"Framework :: Django :: 3.2",
2727
"Framework :: Django :: 4.0",
2828
"Framework :: Django :: 4.1",
29+
"Framework :: Django :: 4.2",
2930
]
3031
packages = [
3132
{ include = "pattern_library" },
@@ -44,9 +45,9 @@ exclude = [
4445

4546
[tool.poetry.dependencies]
4647
python = "^3.7"
47-
Django = ">=3.2,<4.2"
48+
Django = ">=3.2,<5.0"
4849
PyYAML = ">=5.1,<7.0"
49-
Markdown = "^3.1"
50+
Markdown = "^3.5.1"
5051

5152
[tool.poetry.dev-dependencies]
5253
beautifulsoup4 = "^4.8"
@@ -71,4 +72,4 @@ profile = "black"
7172

7273
[build-system]
7374
requires = ["poetry>=1.1.12"]
74-
build-backend = "poetry.masonry.api"
75+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)