diff --git a/.devcontainer/requirements.txt b/.devcontainer/requirements.txt index 4a354b56..b0e758cf 100644 --- a/.devcontainer/requirements.txt +++ b/.devcontainer/requirements.txt @@ -1,39 +1,38 @@ # To ensure app dependencies are ported from your virtual environment/host machine into your container, run 'pip freeze > requirements.txt' in the terminal to overwrite this file -amqp==2.6.1 +amqp==5.0.5 asgiref==3.3.1 asyncio-nats-client==0.11.4 billiard==3.6.3.0 -celery==4.4.6 +celery==5.0.5 certifi==2020.12.5 -cffi==1.14.3 -chardet==3.0.4 -cryptography==3.3.2 +cffi==1.14.5 +chardet==4.0.0 +cryptography==3.4.4 decorator==4.4.2 -Django==3.1.4 -django-cors-headers==3.5.0 +Django==3.1.6 +django-cors-headers==3.7.0 django-rest-knox==4.1.0 djangorestframework==3.12.2 future==0.18.2 -idna==2.10 -kombu==4.6.11 +kombu==5.0.2 loguru==0.5.3 -msgpack==1.0.0 -packaging==20.4 +msgpack==1.0.2 +packaging==20.8 psycopg2-binary==2.8.6 pycparser==2.20 -pycryptodome==3.9.9 -pyotp==2.4.1 +pycryptodome==3.10.1 +pyotp==2.6.0 pyparsing==2.4.7 -pytz==2020.4 +pytz==2021.1 qrcode==6.1 redis==3.5.3 -requests==2.25.0 +requests==2.25.1 six==1.15.0 sqlparse==0.4.1 -twilio==6.49.0 -urllib3==1.26.2 -validators==0.18.1 -vine==1.3.0 +twilio==6.52.0 +urllib3==1.26.3 +validators==0.18.2 +vine==5.0.0 websockets==8.1 zipp==3.4.0 black @@ -42,3 +41,6 @@ django-extensions coverage coveralls model_bakery +mkdocs +mkdocs-material +pymdown-extensions diff --git a/api/tacticalrmm/requirements.txt b/api/tacticalrmm/requirements.txt index 0a276c12..7b413524 100644 --- a/api/tacticalrmm/requirements.txt +++ b/api/tacticalrmm/requirements.txt @@ -4,32 +4,31 @@ asyncio-nats-client==0.11.4 billiard==3.6.3.0 celery==5.0.5 certifi==2020.12.5 -cffi==1.14.4 +cffi==1.14.5 chardet==4.0.0 -cryptography==3.3.2 +cryptography==3.4.4 decorator==4.4.2 -Django==3.1.5 +Django==3.1.6 django-cors-headers==3.7.0 django-rest-knox==4.1.0 djangorestframework==3.12.2 future==0.18.2 -idna==2.10 kombu==5.0.2 loguru==0.5.3 msgpack==1.0.2 packaging==20.8 psycopg2-binary==2.8.6 pycparser==2.20 -pycryptodome==3.9.9 -pyotp==2.5.0 +pycryptodome==3.10.1 +pyotp==2.6.0 pyparsing==2.4.7 -pytz==2020.5 +pytz==2021.1 qrcode==6.1 redis==3.5.3 requests==2.25.1 six==1.15.0 sqlparse==0.4.1 -twilio==6.51.1 +twilio==6.52.0 urllib3==1.26.3 uWSGI==2.0.19.1 validators==0.18.2