Skip to content

Commit

Permalink
PYT-3098 Update Django version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
contrast-jproberts committed Feb 7, 2024
1 parent 59b09ba commit af087f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

trigger_extras = {"PyYAML<7", "lxml>=4.3.1", "mock==3.*"}
aiohttp_extras = {"aiohttp<4"} | trigger_extras
django_extras = {"Django<5"} | trigger_extras
django_extras = {"Django<6"} | trigger_extras
falcon_extras = {"falcon<4", "falcon-multipart==0.2.0"} | trigger_extras
flask_extras = {"Flask<4"} | trigger_extras
fastapi_extras = {
Expand Down

0 comments on commit af087f5

Please sign in to comment.