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 27, 2024
1 parent 6e51787 commit 8aad4e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ 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",
"natural-keys>=2.1.1",
"drf-writable-nested",
"pystache",
]
Expand Down

0 comments on commit 8aad4e4

Please sign in to comment.