Skip to content

Commit 072a922

Browse files
committed
update requirements
1 parent ee2c55d commit 072a922

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

conf/requirements.txt

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
Django==4.2.11
1+
Django==4.2.13
22
django_bootstrap5==24.2
33
django-bootstrap-icons==0.8.7
44
django-login-required-middleware==0.9.0
55
django-otp==1.5.0
6-
django-qr-code==4.0.1
6+
django-qr-code==4.1.0
77
django-auth-ldap==4.8.0
8-
djangorestframework==3.15.1
9-
drf-nested-routers==0.93.5
8+
djangorestframework==3.15.2
9+
drf-nested-routers==0.94.1
1010
drf-yasg==1.21.7
1111
eventlet==0.36.1
1212
gunicorn==22.0.0
1313
libsass==0.23.0
14-
libvirt-python==10.2.0
15-
lxml==5.2.1
14+
libvirt-python==10.4.0
15+
lxml==5.2.2
1616
ldap3==2.9.1
17-
markdown>=3.4.1
17+
markdown==3.6
1818
#psycopg2-binary
19-
python-engineio==4.9.0
20-
python-socketio==5.11.2
19+
python-engineio==4.9.1
20+
python-socketio==5.11.3
2121
qrcode==7.4.2
2222
rwlock==0.0.7
2323
tzdata
24-
websockify==0.11.0
25-
whitenoise==6.6.0
26-
zipp==3.18.1
24+
websockify==0.12.0
25+
whitenoise==6.7.0
26+
zipp==3.19.2

dev/requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
-r ../conf/requirements.txt
2-
coverage==7.5.0
3-
django-debug-toolbar==4.3.0
2+
coverage==7.5.4
3+
django-debug-toolbar==4.4.2
44
django-debug-toolbar-template-profiler
5-
pycodestyle==2.11.1
5+
pycodestyle==2.12.0
66
pyflakes==3.2.0
7-
pylint==3.1.0
7+
pylint==3.2.3
88
yapf==0.40.2
99
black==24.4.2

0 commit comments

Comments
 (0)