From 61447604562be16ae3dd5a55da8487960a345f9b Mon Sep 17 00:00:00 2001 From: catborise Date: Tue, 13 Feb 2024 14:28:13 +0300 Subject: [PATCH] update requirements --- conf/requirements.txt | 10 +++++----- dev/requirements.txt | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/conf/requirements.txt b/conf/requirements.txt index 83a328e..a7fad16 100644 --- a/conf/requirements.txt +++ b/conf/requirements.txt @@ -1,22 +1,22 @@ -Django==4.2.9 +Django==4.2.10 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==4.0.1 -django-auth-ldap==4.5.0 +django-auth-ldap==4.6.0 djangorestframework==3.14.0 drf-nested-routers==0.93.5 drf-yasg==1.21.7 -eventlet==0.34.3 +eventlet==0.35.1 gunicorn==21.2.0 libsass==0.23.0 libvirt-python==10.0.0 lxml==5.1.0 ldap3==2.9.1 markdown>=3.4.1 -python-engineio==4.8.2 -python-socketio==5.11.0 +python-engineio==4.9.0 +python-socketio==5.11.1 qrcode==7.4.2 rwlock==0.0.7 tzdata diff --git a/dev/requirements.txt b/dev/requirements.txt index 55b13e9..b76a47c 100644 --- a/dev/requirements.txt +++ b/dev/requirements.txt @@ -1,9 +1,9 @@ -r ../conf/requirements.txt -coverage==7.4.0 -django-debug-toolbar==4.2.0 +coverage==7.4.1 +django-debug-toolbar==4.3.0 django-debug-toolbar-template-profiler pycodestyle==2.11.1 pyflakes==3.2.0 pylint==3.0.3 yapf==0.40.2 -black==23.12.1 +black==24.2.0