Skip to content

Commit f0cd0bc

Browse files
committed
update requirements
1 parent 296081d commit f0cd0bc

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

conf/requirements.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
Django==4.2.7
2-
django_bootstrap5==23.3
3-
django-bootstrap-icons==0.8.6
1+
Django==4.2.9
2+
django_bootstrap5==23.4
3+
django-bootstrap-icons==0.8.7
44
django-login-required-middleware==0.9.0
55
django-otp==1.3.0
6-
django-qr-code==3.1.1
6+
django-qr-code==4.0.1
77
django-auth-ldap==4.5.0
88
gunicorn==21.2.0
9-
libsass==0.22.0
10-
libvirt-python==9.8.0
11-
lxml==4.9.3
9+
libsass==0.23.0
10+
libvirt-python==10.0.0
11+
lxml==5.1.0
1212
qrcode==7.4.2
1313
rwlock==0.0.7
1414
websockify==0.11.0
1515
zipp==3.17.0
1616
ldap3==2.9.1
17-
python-engineio==4.8.0
18-
python-socketio==5.10.0
19-
eventlet==0.33.3
17+
python-engineio==4.8.2
18+
python-socketio==5.11.0
19+
eventlet==0.34.3
2020
djangorestframework==3.14.0
21-
drf-nested-routers==0.93.4
21+
drf-nested-routers==0.93.5
2222
drf-yasg==1.21.7
2323
markdown>=3.4.1
2424
whitenoise==6.6.0

dev/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
-r ../conf/requirements.txt
2-
coverage==7.3.0
2+
coverage==7.4.0
33
django-debug-toolbar==4.2.0
44
django-debug-toolbar-template-profiler
55
pycodestyle==2.11.1
6-
pyflakes==3.1.0
7-
pylint==3.0.2
6+
pyflakes==3.2.0
7+
pylint==3.0.3
88
yapf==0.40.2
9-
black==23.10.1
9+
black==23.12.1

webvirtcloud/wsgi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
It exposes the WSGI callable as a module-level variable named ``application``.
55
66
For more information on this file, see
7-
https://docs.djangoproject.com/en/3.2/howto/deployment/wsgi/
7+
https://docs.djangoproject.com/en/4.2/howto/deployment/wsgi/
88
"""
99

1010
import signal

0 commit comments

Comments
 (0)