Skip to content

Commit

Permalink
Upgrade to Django 4.2 LTS (#355)
Browse files Browse the repository at this point in the history
* Upgrade Django to 4.2 LTS

* Upgrade Django Compressor to 4.4 (Django 4.2 compatible)
  • Loading branch information
kofrezo authored Apr 30, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ae6eb08 commit 32c164a
Showing 2 changed files with 188 additions and 177 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -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
@@ -21,7 +21,7 @@ Pillow = "~=10.0"
dateparser = "~=1.1"
# Use Twelve-factor methodology to configure environment variables
django-environ = "<1.0.0"
django_compressor = "<3.0.0"
django_compressor = "~=4.4"
# Serveradmin extras:
paramiko = "~=2.10"
pexpect = "<5.0.0"
Loading

0 comments on commit 32c164a

Please sign in to comment.