Skip to content

Commit 24f7517

Browse files
committed
update requirements
1 parent cb7b690 commit 24f7517

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

conf/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
Django==4.2.14
1+
Django==4.2.15
22
django_bootstrap5==24.2
33
django-bootstrap-icons==0.9.0
44
django-login-required-middleware==0.9.0
5-
django-otp==1.5.0
5+
django-otp==1.5.2
66
django-qr-code==4.1.0
77
django-auth-ldap==4.8.0
88
djangorestframework==3.15.2
99
drf-nested-routers==0.94.1
1010
drf-yasg==1.21.7
1111
eventlet==0.36.1
12-
gunicorn==22.0.0
12+
gunicorn==23.0.0
1313
libsass==0.23.0
14-
libvirt-python==10.5.0
15-
lxml==5.2.2
14+
libvirt-python==10.6.0
15+
lxml==5.3.0
1616
ldap3==2.9.1
1717
markdown==3.6
1818
#psycopg2-binary
@@ -23,4 +23,4 @@ rwlock==0.0.7
2323
tzdata
2424
websockify==0.12.0
2525
whitenoise==6.7.0
26-
zipp==3.19.2
26+
zipp==3.20.1

dev/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
-r ../conf/requirements.txt
2-
coverage==7.6.0
2+
coverage==7.6.1
33
django-debug-toolbar==4.4.6
44
django-debug-toolbar-template-profiler
5-
pycodestyle==2.12.0
5+
pycodestyle==2.12.1
66
pyflakes==3.2.0
77
pylint==3.2.6
88
yapf==0.40.2
9-
black==24.4.2
9+
black==24.8.0

0 commit comments

Comments
 (0)