diff --git a/conf/requirements.txt b/conf/requirements.txt index ffd3cdf..04e2116 100644 --- a/conf/requirements.txt +++ b/conf/requirements.txt @@ -1,21 +1,21 @@ -Django>=3.2 -django_bootstrap5==22.1 +Django==3.2.16 +django_bootstrap5==22.2 django-login-required-middleware==0.9.0 -django-otp==1.1.3 +django-otp==1.1.4 django-icons==22.1 django-qr-code==3.1.1 gunicorn==20.1.0 -libsass==0.21.0 -libvirt-python==8.8.0 -lxml==4.9.1 +libsass==0.22.0 +libvirt-python==9.0.0 +lxml==4.9.2 qrcode==7.3.1 rwlock==0.0.7 websockify==0.10.0 -zipp==3.6.0 +zipp==3.11.0 ldap3==2.9.1 python-engineio==4.3.4 -python-socketio==5.7.1 -eventlet==0.33.1 +python-socketio==5.7.2 +eventlet==0.33.3 djangorestframework==3.14.0 drf-nested-routers==0.93.4 drf-yasg==1.21.4 diff --git a/dev/requirements.txt b/dev/requirements.txt index 2007735..b261035 100644 --- a/dev/requirements.txt +++ b/dev/requirements.txt @@ -1,8 +1,8 @@ -r ../conf/requirements.txt -coverage==6.5.0 -django-debug-toolbar==3.7.0 -pycodestyle==2.9.1 -pyflakes==2.5.0 -pylint==2.15.3 +coverage==7.0.5 +django-debug-toolbar==3.8.1 +pycodestyle==2.10.0 +pyflakes==3.0.1 +pylint==2.15.10 yapf==0.32.0 -black \ No newline at end of file +black