File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ django==4.2.5 # upgraded on 9/25/2023
1111django-debug-toolbar == 4.2.0 # Used for debugging: https://django-debug-toolbar.readthedocs.io/en/latest/
1212psycopg2 == 2.9.5 # Psycopg is the most popular PostgreSQL database adapter for Python. https://pypi.org/project/psycopg2/
1313wand == 0.6.10 # Used for generating thumbnails of PDFs and other image manipulation: https://pypi.org/project/Wand/
14- Pillow == 9.3.0 # Used for image manipulation: https://pypi.org/project/Pillow/
14+ Pillow == 10.0.1 # Used for image manipulation: https://pypi.org/project/Pillow/
1515
1616django-image-cropping == 1.7 # Used for cropping images https://pypi.org/project/django-image-cropping/
1717easy_thumbnails == 2.8.3 # Used in concert with django-image-cropping to generate thumbnails https://pypi.org/project/easy-thumbnails/
You can’t perform that action at this time.
0 commit comments