Skip to content

Commit

Permalink
Upgrade Django to 4.2 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
kofrezo committed Apr 30, 2024
1 parent ae6eb08 commit 0f01564
Show file tree
Hide file tree
Showing 2 changed files with 134 additions and 155 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "pypi"
# Like ipaddress but for MACs
netaddr = "<1.0.0"
# Debian stretch version
Django = "~=3.2"
Django = "~=4.2"
# postgres lib used by django
psycopg2-binary = "<2.9"
# Django support for network address fields on PostgreSQL
Expand Down
Loading

0 comments on commit 0f01564

Please sign in to comment.