Skip to content

Commit

Permalink
update django deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Mar 20, 2024
1 parent 6e51787 commit ee01edb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ classifiers = [
"Topic :: Database :: Database Engines/Servers",
]
dependencies = [
"Django>=1.11,<5.0",
"djangorestframework>=3.8.0,<4.0",
"Django>=4.0,<6.0",
"djangorestframework>=3.14.0,<4.0",
"html-json-forms",
"natural-keys>=2.1.0",
"drf-writable-nested",
Expand Down

0 comments on commit ee01edb

Please sign in to comment.