Skip to content

Commit

Permalink
Bump django-silk to 5.1.0
Browse files Browse the repository at this point in the history
Resolves RemovedInDjango51Warning re: get_storage_class
  • Loading branch information
jacobtylerwalls committed Mar 13, 2024
1 parent a70f149 commit d33f48c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arches/install/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ livereload
sst
coverage
sauceclient
django-silk==4.2.0
django-silk==5.1.0
3 changes: 2 additions & 1 deletion releases/7.6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ System:
Python:
Upgraded:
Django 4.2.8 > 4.2.9
openpyxl 3.0.7 > 3.1.2
openpyxl 3.0.7 > 3.0.10
Added:
Expand Down Expand Up @@ -69,6 +69,7 @@ The minimum supported version of Python is now 3.10. Python 3.11 is encouraged,

4. Uninstall removed dependencies:
```
pip uninstall django_compressor
pip uninstall mapbox-vector-tile
```

Expand Down

0 comments on commit d33f48c

Please sign in to comment.