1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

update requirements

This commit is contained in:
catborise 2025-07-01 15:06:29 +03:00
parent 659a6edb73
commit b909a81f51
2 changed files with 14 additions and 14 deletions

View file

@ -1,27 +1,27 @@
Django==4.2.20 Django==4.2.23
django_bootstrap5==25.1 django_bootstrap5==25.1
django-bootstrap-icons==0.9.0 django-bootstrap-icons==0.9.0
django-login-required-middleware==0.9.0 django-login-required-middleware==0.9.0
django-otp==1.6.0 django-otp==1.6.0
django-qr-code==4.1.0 django-qr-code==4.2.0
django-auth-ldap==5.1.0 django-auth-ldap==5.2.0
djangorestframework==3.16.0 djangorestframework==3.16.0
drf-nested-routers==0.94.1 drf-nested-routers==0.94.2
drf-yasg==1.21.10 drf-yasg==1.21.10
eventlet==0.39.1 eventlet==0.40.1
gunicorn==23.0.0 gunicorn==23.0.0
libsass==0.23.0 libsass==0.23.0
libvirt-python==11.2.0 libvirt-python==11.4.0
lxml==5.4.0 lxml==6.0.0
ldap3==2.9.1 ldap3==2.9.1
markdown==3.6 markdown==3.8.2
#psycopg2-binary #psycopg2-binary
python-engineio==4.12.0 python-engineio==4.12.0
python-socketio==5.13.0 python-socketio==5.13.0
qrcode==8.2 qrcode==8.2
rwlock==0.0.7 rwlock==0.0.7
tzdata tzdata
websockify==0.12.0 websockify==0.13.0
whitenoise==6.9.0 whitenoise==6.9.0
zipp==3.21.0 zipp==3.23.0
crypt-r==3.13.1 crypt-r==3.13.1

View file

@ -1,9 +1,9 @@
-r ../conf/requirements.txt -r ../conf/requirements.txt
coverage==7.8.0 coverage==7.9.1
django-debug-toolbar==5.2.0 django-debug-toolbar==5.2.0
django-debug-toolbar-template-profiler django-debug-toolbar-template-profiler
pycodestyle==2.13.0 pycodestyle==2.14.0
pyflakes==3.3.2 pyflakes==3.4.0
pylint==3.3.6 pylint==3.3.7
yapf==0.43.0 yapf==0.43.0
black==25.1.0 black==25.1.0