From f0cd0bc04f775a6fc69c93e0ac068ff5fb64466e Mon Sep 17 00:00:00 2001 From: catborise Date: Wed, 17 Jan 2024 09:28:01 +0300 Subject: [PATCH] update requirements --- conf/requirements.txt | 22 +++++++++++----------- dev/requirements.txt | 8 ++++---- webvirtcloud/wsgi.py | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/conf/requirements.txt b/conf/requirements.txt index d0569f0..048a77b 100644 --- a/conf/requirements.txt +++ b/conf/requirements.txt @@ -1,24 +1,24 @@ -Django==4.2.7 -django_bootstrap5==23.3 -django-bootstrap-icons==0.8.6 +Django==4.2.9 +django_bootstrap5==23.4 +django-bootstrap-icons==0.8.7 django-login-required-middleware==0.9.0 django-otp==1.3.0 -django-qr-code==3.1.1 +django-qr-code==4.0.1 django-auth-ldap==4.5.0 gunicorn==21.2.0 -libsass==0.22.0 -libvirt-python==9.8.0 -lxml==4.9.3 +libsass==0.23.0 +libvirt-python==10.0.0 +lxml==5.1.0 qrcode==7.4.2 rwlock==0.0.7 websockify==0.11.0 zipp==3.17.0 ldap3==2.9.1 -python-engineio==4.8.0 -python-socketio==5.10.0 -eventlet==0.33.3 +python-engineio==4.8.2 +python-socketio==5.11.0 +eventlet==0.34.3 djangorestframework==3.14.0 -drf-nested-routers==0.93.4 +drf-nested-routers==0.93.5 drf-yasg==1.21.7 markdown>=3.4.1 whitenoise==6.6.0 diff --git a/dev/requirements.txt b/dev/requirements.txt index 45c1c6a..55b13e9 100644 --- a/dev/requirements.txt +++ b/dev/requirements.txt @@ -1,9 +1,9 @@ -r ../conf/requirements.txt -coverage==7.3.0 +coverage==7.4.0 django-debug-toolbar==4.2.0 django-debug-toolbar-template-profiler pycodestyle==2.11.1 -pyflakes==3.1.0 -pylint==3.0.2 +pyflakes==3.2.0 +pylint==3.0.3 yapf==0.40.2 -black==23.10.1 +black==23.12.1 diff --git a/webvirtcloud/wsgi.py b/webvirtcloud/wsgi.py index e1b8007..e6647f0 100644 --- a/webvirtcloud/wsgi.py +++ b/webvirtcloud/wsgi.py @@ -4,7 +4,7 @@ WSGI config for webvirtcloud project. It exposes the WSGI callable as a module-level variable named ``application``. For more information on this file, see -https://docs.djangoproject.com/en/3.2/howto/deployment/wsgi/ +https://docs.djangoproject.com/en/4.2/howto/deployment/wsgi/ """ import signal