Skip to content

Commit

Permalink
Upgrade some more dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tomka committed Dec 4, 2024
1 parent d2a622d commit 431bf14
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions django/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ aggdraw==1.3.12; platform_python_implementation != 'PyPy'
celery==5.4.0
channels==4.2.0
cssmin==0.2.0
Cython==0.29.30
Cython==3.0.11
Django==4.2.16
django-adminplus==0.6
django-allauth==65.3.0
Expand All @@ -14,22 +14,22 @@ django-taggit==6.1.0
djangorestframework==3.15.2
kombu==5.4.2
matplotlib==3.5.2; platform_python_implementation != 'PyPy'
mock==4.0.3
msgpack==1.0.4; platform_python_implementation != 'PyPy'
mock==5.1.0
msgpack==1.1.0; platform_python_implementation != 'PyPy'
msgpack_python==0.5.6
networkx==2.8.4; platform_python_implementation != 'PyPy'
networkx==2.5.1; platform_python_implementation == 'PyPy'
numpy==1.24.3
pillow==9.5.0
progressbar2==4.0.0
pillow==11.0.0
progressbar2==4.5.0
psycopg2-binary==2.9.3; platform_python_implementation != 'PyPy'
psycopg2cffi==2.9.0; platform_python_implementation == 'PyPy'
python-dateutil==2.8.2
pytz==2022.1
PyYAML==6.0.0
python-dateutil==2.9.0
pytz==2024.2
PyYAML==6.0.2
requests==2.32.3
scipy==1.14.1; platform_python_implementation != 'PyPy'
scipy==1.5.4; platform_python_implementation == 'PyPy'
trimesh==3.12.7
ujson==5.4.0; platform_python_implementation != 'PyPy'
trimesh==4.5.3
ujson==5.10.0; platform_python_implementation != 'PyPy'
ujson==4.3.0; platform_python_implementation == 'PyPy'

0 comments on commit 431bf14

Please sign in to comment.