From b55552f05a624e88e593bfe3099a36c24a88ddc8 Mon Sep 17 00:00:00 2001 From: catborise Date: Tue, 15 Oct 2024 16:37:21 +0300 Subject: [PATCH] update requirements --- conf/requirements.txt | 20 ++++++++++---------- dev/requirements.txt | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/conf/requirements.txt b/conf/requirements.txt index f50656c..1d8933a 100644 --- a/conf/requirements.txt +++ b/conf/requirements.txt @@ -1,26 +1,26 @@ -Django==4.2.15 -django_bootstrap5==24.2 +Django==4.2.16 +django_bootstrap5==24.3 django-bootstrap-icons==0.9.0 django-login-required-middleware==0.9.0 -django-otp==1.5.2 +django-otp==1.5.4 django-qr-code==4.1.0 -django-auth-ldap==4.8.0 +django-auth-ldap==5.0.0 djangorestframework==3.15.2 drf-nested-routers==0.94.1 drf-yasg==1.21.7 -eventlet==0.36.1 +eventlet==0.37.0 gunicorn==23.0.0 libsass==0.23.0 -libvirt-python==10.6.0 +libvirt-python==10.8.0 lxml==5.3.0 ldap3==2.9.1 markdown==3.6 #psycopg2-binary -python-engineio==4.9.1 -python-socketio==5.11.3 -qrcode==7.4.2 +python-engineio==4.10.1 +python-socketio==5.11.4 +qrcode==8.0 rwlock==0.0.7 tzdata websockify==0.12.0 whitenoise==6.7.0 -zipp==3.20.1 +zipp==3.20.2 diff --git a/dev/requirements.txt b/dev/requirements.txt index d2b5354..94d1a8f 100644 --- a/dev/requirements.txt +++ b/dev/requirements.txt @@ -1,9 +1,9 @@ -r ../conf/requirements.txt -coverage==7.6.1 +coverage==7.6.3 django-debug-toolbar==4.4.6 django-debug-toolbar-template-profiler pycodestyle==2.12.1 pyflakes==3.2.0 -pylint==3.2.6 +pylint==3.3.1 yapf==0.40.2 -black==24.8.0 +black==24.10.0