Skip to content

Commit b55552f

Browse files
committed
update requirements
1 parent 24f7517 commit b55552f

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

conf/requirements.txt

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
Django==4.2.15
2-
django_bootstrap5==24.2
1+
Django==4.2.16
2+
django_bootstrap5==24.3
33
django-bootstrap-icons==0.9.0
44
django-login-required-middleware==0.9.0
5-
django-otp==1.5.2
5+
django-otp==1.5.4
66
django-qr-code==4.1.0
7-
django-auth-ldap==4.8.0
7+
django-auth-ldap==5.0.0
88
djangorestframework==3.15.2
99
drf-nested-routers==0.94.1
1010
drf-yasg==1.21.7
11-
eventlet==0.36.1
11+
eventlet==0.37.0
1212
gunicorn==23.0.0
1313
libsass==0.23.0
14-
libvirt-python==10.6.0
14+
libvirt-python==10.8.0
1515
lxml==5.3.0
1616
ldap3==2.9.1
1717
markdown==3.6
1818
#psycopg2-binary
19-
python-engineio==4.9.1
20-
python-socketio==5.11.3
21-
qrcode==7.4.2
19+
python-engineio==4.10.1
20+
python-socketio==5.11.4
21+
qrcode==8.0
2222
rwlock==0.0.7
2323
tzdata
2424
websockify==0.12.0
2525
whitenoise==6.7.0
26-
zipp==3.20.1
26+
zipp==3.20.2

dev/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
-r ../conf/requirements.txt
2-
coverage==7.6.1
2+
coverage==7.6.3
33
django-debug-toolbar==4.4.6
44
django-debug-toolbar-template-profiler
55
pycodestyle==2.12.1
66
pyflakes==3.2.0
7-
pylint==3.2.6
7+
pylint==3.3.1
88
yapf==0.40.2
9-
black==24.8.0
9+
black==24.10.0

0 commit comments

Comments
 (0)