Skip to content

Commit

Permalink
chore(deps): update dependency django to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 4, 2023
1 parent 4c2cdf5 commit fc5348e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers = [
"Topic :: Internet :: WWW/HTTP :: Dynamic Content"
]
dependencies = [
"Django>=4.2,<4.3",
"Django>=4.2,<5.1",
"django-appconf>=1.0",
"django-countries==7.5.1",
"django-vies==6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django>=4.2,<4.3
Django>=4.2,<5.1
django-appconf>=1.0
django-countries==7.5.1
django-vies==6.0.3
Expand Down

0 comments on commit fc5348e

Please sign in to comment.