Skip to content

Commit 1a800b4

Browse files
committed
update requirements
1 parent b55552f commit 1a800b4

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

conf/requirements.txt

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
Django==4.2.16
2-
django_bootstrap5==24.3
1+
Django==4.2.20
2+
django_bootstrap5==25.1
33
django-bootstrap-icons==0.9.0
44
django-login-required-middleware==0.9.0
55
django-otp==1.5.4
66
django-qr-code==4.1.0
7-
django-auth-ldap==5.0.0
7+
django-auth-ldap==5.1.0
88
djangorestframework==3.15.2
99
drf-nested-routers==0.94.1
10-
drf-yasg==1.21.7
11-
eventlet==0.37.0
10+
drf-yasg==1.21.10
11+
eventlet==0.39.1
1212
gunicorn==23.0.0
1313
libsass==0.23.0
14-
libvirt-python==10.8.0
15-
lxml==5.3.0
14+
libvirt-python==11.1.0
15+
lxml==5.3.1
1616
ldap3==2.9.1
1717
markdown==3.6
1818
#psycopg2-binary
19-
python-engineio==4.10.1
20-
python-socketio==5.11.4
19+
python-engineio==4.11.2
20+
python-socketio==5.12.1
2121
qrcode==8.0
2222
rwlock==0.0.7
2323
tzdata
2424
websockify==0.12.0
25-
whitenoise==6.7.0
26-
zipp==3.20.2
25+
whitenoise==6.9.0
26+
zipp==3.21.0

dev/requirements.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
-r ../conf/requirements.txt
2-
coverage==7.6.3
3-
django-debug-toolbar==4.4.6
2+
coverage==7.6.12
3+
django-debug-toolbar==5.0.1
44
django-debug-toolbar-template-profiler
55
pycodestyle==2.12.1
66
pyflakes==3.2.0
7-
pylint==3.3.1
8-
yapf==0.40.2
9-
black==24.10.0
7+
pylint==3.3.5
8+
yapf==0.43.0
9+
black==25.1.0

0 commit comments

Comments
 (0)