File tree Expand file tree Collapse file tree 3 files changed +16
-16
lines changed Expand file tree Collapse file tree 3 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
- Django == 4.2.7
2
- django_bootstrap5 == 23.3
3
- django-bootstrap-icons == 0.8.6
1
+ Django == 4.2.9
2
+ django_bootstrap5 == 23.4
3
+ django-bootstrap-icons == 0.8.7
4
4
django-login-required-middleware == 0.9.0
5
5
django-otp == 1.3.0
6
- django-qr-code == 3.1 .1
6
+ django-qr-code == 4.0 .1
7
7
django-auth-ldap == 4.5.0
8
8
gunicorn == 21.2.0
9
- libsass == 0.22 .0
10
- libvirt-python == 9.8 .0
11
- lxml == 4.9.3
9
+ libsass == 0.23 .0
10
+ libvirt-python == 10.0 .0
11
+ lxml == 5.1.0
12
12
qrcode == 7.4.2
13
13
rwlock == 0.0.7
14
14
websockify == 0.11.0
15
15
zipp == 3.17.0
16
16
ldap3 == 2.9.1
17
- python-engineio == 4.8.0
18
- python-socketio == 5.10 .0
19
- eventlet == 0.33 .3
17
+ python-engineio == 4.8.2
18
+ python-socketio == 5.11 .0
19
+ eventlet == 0.34 .3
20
20
djangorestframework == 3.14.0
21
- drf-nested-routers == 0.93.4
21
+ drf-nested-routers == 0.93.5
22
22
drf-yasg == 1.21.7
23
23
markdown >= 3.4.1
24
24
whitenoise == 6.6.0
Original file line number Diff line number Diff line change 1
1
-r ../conf/requirements.txt
2
- coverage == 7.3 .0
2
+ coverage == 7.4 .0
3
3
django-debug-toolbar == 4.2.0
4
4
django-debug-toolbar-template-profiler
5
5
pycodestyle == 2.11.1
6
- pyflakes == 3.1 .0
7
- pylint == 3.0.2
6
+ pyflakes == 3.2 .0
7
+ pylint == 3.0.3
8
8
yapf == 0.40.2
9
- black == 23.10 .1
9
+ black == 23.12 .1
Original file line number Diff line number Diff line change 4
4
It exposes the WSGI callable as a module-level variable named ``application``.
5
5
6
6
For more information on this file, see
7
- https://docs.djangoproject.com/en/3 .2/howto/deployment/wsgi/
7
+ https://docs.djangoproject.com/en/4 .2/howto/deployment/wsgi/
8
8
"""
9
9
10
10
import signal
You can’t perform that action at this time.
0 commit comments