Skip to content

Commit

Permalink
Upgrade to Django 4.2 in Pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Jun 15, 2023
1 parent a5e0bb2 commit 66aaac0
Show file tree
Hide file tree
Showing 2 changed files with 298 additions and 335 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
django = "==4.1.*"
django = "==4.2.*"
"psycopg2" = ">=2.8.1"
"backports.zoneinfo" = "*"

Expand Down

0 comments on commit 66aaac0

Please sign in to comment.