Skip to content

Commit 120f406

Browse files
authored
Merge pull request #667 from catborise/master
update requirements
2 parents fd54c68 + 34f08fc commit 120f406

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

conf/requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@ Django==4.2.20
22
django_bootstrap5==25.1
33
django-bootstrap-icons==0.9.0
44
django-login-required-middleware==0.9.0
5-
django-otp==1.5.4
5+
django-otp==1.6.0
66
django-qr-code==4.1.0
77
django-auth-ldap==5.1.0
8-
djangorestframework==3.15.2
8+
djangorestframework==3.16.0
99
drf-nested-routers==0.94.1
1010
drf-yasg==1.21.10
1111
eventlet==0.39.1
1212
gunicorn==23.0.0
1313
libsass==0.23.0
14-
libvirt-python==11.1.0
15-
lxml==5.3.1
14+
libvirt-python==11.2.0
15+
lxml==5.4.0
1616
ldap3==2.9.1
1717
markdown==3.6
1818
#psycopg2-binary
19-
python-engineio==4.11.2
20-
python-socketio==5.12.1
21-
qrcode==8.0
19+
python-engineio==4.12.0
20+
python-socketio==5.13.0
21+
qrcode==8.2
2222
rwlock==0.0.7
2323
tzdata
2424
websockify==0.12.0

dev/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
-r ../conf/requirements.txt
2-
coverage==7.6.12
3-
django-debug-toolbar==5.0.1
2+
coverage==7.8.0
3+
django-debug-toolbar==5.2.0
44
django-debug-toolbar-template-profiler
5-
pycodestyle==2.12.1
6-
pyflakes==3.2.0
7-
pylint==3.3.5
5+
pycodestyle==2.13.0
6+
pyflakes==3.3.2
7+
pylint==3.3.6
88
yapf==0.43.0
99
black==25.1.0

0 commit comments

Comments
 (0)