updated python dependencies
This commit is contained in:
parent
eb1b051a65
commit
b6b6662301
8 changed files with 20 additions and 20 deletions
|
@ -1,3 +1,3 @@
|
|||
requests==2.31.0
|
||||
numpy==1.25.1
|
||||
numpy==1.26.2
|
||||
pylibmc==1.6.3
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
flake8==6.0.0
|
||||
pycodestyle==2.10.0
|
||||
flake8==6.1.0
|
||||
pycodestyle==2.11.1
|
||||
isort
|
||||
django-debug-toolbar
|
||||
|
|
|
@ -1 +1 @@
|
|||
ModernGL==5.8.2
|
||||
ModernGL==5.9.0
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
Django==4.2.1
|
||||
django-bootstrap3==23.1
|
||||
django-compressor==4.3.1
|
||||
Django==4.2.3
|
||||
django-bootstrap3==23.4
|
||||
django-compressor==4.4
|
||||
csscompressor==0.9.5
|
||||
djangorestframework==3.14.0
|
||||
django-ninja==1.0.1
|
||||
django-filter==23.2
|
||||
django-filter==23.4
|
||||
django-environ==0.11.2
|
||||
shapely==2.0.1
|
||||
shapely==2.0.2
|
||||
pybind11==2.10.4
|
||||
MeshPy==2022.1.3
|
||||
# rtree==0.9.1
|
||||
celery==5.2.7
|
||||
celery==5.3.6
|
||||
requests==2.31.0
|
||||
Pillow==9.5.0
|
||||
Pillow==10.0.1
|
||||
qrcode==7.4.2
|
||||
matplotlib==3.7.1
|
||||
scipy==1.10.1
|
||||
matplotlib==3.8.2
|
||||
scipy==1.11.4
|
||||
django_libsass==0.9
|
||||
channels==4.0.0
|
||||
daphne==4.0.0
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
django-redis==5.2.0
|
||||
redis==4.5.5
|
||||
django-redis==5.4.0
|
||||
redis==5.0.1
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
pgi==0.0.11.2
|
||||
cairocffi==1.5.1
|
||||
cairocffi==1.6.1
|
||||
|
|
|
@ -1 +1 @@
|
|||
sentry-sdk==1.25.0
|
||||
sentry-sdk==1.37.1
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
starlette==0.30.0
|
||||
uvicorn==0.22.0
|
||||
gunicorn==20.1.0
|
||||
starlette==0.32.0.post1
|
||||
uvicorn==0.24.0.post1
|
||||
gunicorn==21.2.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue