Skip to content

Commit 801887a

Browse files
fix(deps): update dependency django to >=5.0,<5.3 (#923)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 318cd52 commit 801887a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
"Topic :: Internet :: WWW/HTTP :: Dynamic Content"
2323
]
2424
dependencies = [
25-
"Django>=5.0,<5.2",
25+
"Django>=5.0,<5.3",
2626
"django-appconf>=1.0",
2727
"django-countries==7.6.1",
2828
"django-vies==6.1.0",

0 commit comments

Comments
 (0)