update requirements so python 3.13 can work
This commit is contained in:
parent
76f4a5292e
commit
9771909691
10 changed files with 33 additions and 33 deletions
|
@ -1,4 +1,4 @@
|
||||||
flake8==6.1.0
|
flake8==7.1.1
|
||||||
pycodestyle==2.11.1
|
pycodestyle==2.12.1
|
||||||
isort
|
isort
|
||||||
django-debug-toolbar
|
django-debug-toolbar
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
ModernGL==5.9.0
|
ModernGL==5.12.0
|
||||||
|
|
|
@ -1,25 +1,25 @@
|
||||||
Django==5.0.8
|
Django==5.1.5
|
||||||
django-bootstrap3==23.6
|
django-bootstrap3==24.3
|
||||||
django-compressor==4.5.1
|
django-compressor==4.5.1
|
||||||
csscompressor==0.9.5
|
csscompressor==0.9.5
|
||||||
django-ninja==1.2.2
|
django-ninja==1.3.0
|
||||||
pydantic-extra-types==2.5.0
|
pydantic-extra-types==2.10.1
|
||||||
types-shapely==2.0.0.20240804
|
types-shapely==2.0.0.20241221
|
||||||
django-pydantic-field==0.3.10
|
django-pydantic-field==0.3.11
|
||||||
django-filter==23.5
|
django-filter==24.3
|
||||||
django-environ==0.11.2
|
django-environ==0.12.0
|
||||||
shapely==2.0.5
|
shapely==2.0.6
|
||||||
pybind11==2.11.1
|
pybind11==2.13.6
|
||||||
MeshPy==2022.1.3
|
MeshPy==2022.1.3
|
||||||
# rtree==0.9.1
|
# rtree==0.9.1
|
||||||
celery==5.4.0
|
celery==5.4.0
|
||||||
requests==2.32.0
|
requests==2.32.3
|
||||||
Pillow==10.3.0
|
Pillow==11.1.0
|
||||||
qrcode==7.4.2
|
qrcode==8.0
|
||||||
matplotlib==3.8.3
|
matplotlib==3.10.0
|
||||||
scipy==1.14.0
|
scipy==1.15.1
|
||||||
django_libsass==0.9
|
django_libsass==0.9
|
||||||
channels==4.1.0
|
channels==4.2.0
|
||||||
daphne==4.1.2
|
daphne==4.1.2
|
||||||
pyzstd==0.16.1
|
pyzstd==0.16.2
|
||||||
pyproj==3.6.1
|
pyproj==3.7.0
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
redis==5.0.1
|
redis==5.2.1
|
||||||
hiredis==2.4.0
|
hiredis==3.1.0
|
||||||
channels-redis==4.2.0
|
channels-redis==4.2.1
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
PyGObject==3.48.2
|
PyGObject==3.50.0
|
||||||
pycairo==1.26.1
|
pycairo==1.27.0
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
pgi==0.0.11.2
|
pgi==0.0.11.2
|
||||||
cairocffi==1.6.1
|
cairocffi==1.7.1
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
sentry-sdk==2.13.0
|
sentry-sdk==2.20.0
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
starlette==0.37.2
|
starlette==0.45.2
|
||||||
uvicorn==0.29.0
|
uvicorn==0.34.0
|
||||||
gunicorn==22.0.0
|
gunicorn==23.0.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue