Skip to content

Commit

Permalink
Upgrade Django Compressor to 4.4 (Django 4.2 compatible)
Browse files Browse the repository at this point in the history
  • Loading branch information
kofrezo committed Apr 30, 2024
1 parent 0f01564 commit 83b2cd5
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
76 changes: 54 additions & 22 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 83b2cd5

Please sign in to comment.