Skip to content

Commit b76b6e3

Browse files
authored
Merge pull request retspen#649 from catborise/master
update req
2 parents 6d97557 + 072a922 commit b76b6e3

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

computes/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
path("nwfilter/<str:nwfltr>/", nwfilter, name="nwfilter"),
6060
path("virtsecrets/", secrets, name="virtsecrets"),
6161
path(
62-
"archs/<str:arch>/machines/",
62+
"archs/<str:arch>/machines",
6363
views.get_compute_machine_types,
6464
name="machines",
6565
),

conf/requirements.txt

Lines changed: 12 additions & 12 deletions
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

Lines changed: 4 additions & 4 deletions
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)