update reqs

This commit is contained in:
wh1te909 2023-12-11 19:27:28 +00:00
parent 221753b62e
commit c7eee0f14d
2 changed files with 12 additions and 12 deletions

View File

@ -1,14 +1,14 @@
adrf==0.1.2 adrf==0.1.2
asgiref==3.7.2 asgiref==3.7.2
celery==5.3.5 celery==5.3.6
certifi==2023.11.17 certifi==2023.11.17
cffi==1.16.0 cffi==1.16.0
channels==4.0.0 channels==4.0.0
channels_redis==4.1.0 channels_redis==4.1.0
cryptography==41.0.7 cryptography==41.0.7
Django==4.2.7 Django==4.2.8
django-cors-headers==4.3.1 django-cors-headers==4.3.1
django-filter==23.4 django-filter==23.5
django-rest-knox==4.2.0 django-rest-knox==4.2.0
djangorestframework==3.14.0 djangorestframework==3.14.0
drf-spectacular==0.26.5 drf-spectacular==0.26.5
@ -18,7 +18,7 @@ msgpack==1.0.7
nats-py==2.6.0 nats-py==2.6.0
packaging==23.2 packaging==23.2
psutil==5.9.6 psutil==5.9.6
psycopg[binary]==3.1.13 psycopg[binary]==3.1.14
pycparser==2.21 pycparser==2.21
pycryptodome==3.19.0 pycryptodome==3.19.0
pyotp==2.9.0 pyotp==2.9.0
@ -29,18 +29,18 @@ redis==4.5.5
requests==2.31.0 requests==2.31.0
six==1.16.0 six==1.16.0
sqlparse==0.4.4 sqlparse==0.4.4
twilio==8.10.2 twilio==8.10.3
urllib3==2.1.0 urllib3==2.1.0
uvicorn[standard]==0.23.2 uvicorn[standard]==0.23.2
uWSGI==2.0.22 uWSGI==2.0.23
validators==0.20.0 validators==0.20.0
vine==5.1.0 vine==5.1.0
websockets==12.0 websockets==12.0
zipp==3.17.0 zipp==3.17.0
pandas==2.1.3 pandas==2.1.4
kaleido==0.2.1 kaleido==0.2.1
jinja2==3.1.2 jinja2==3.1.2
markdown==3.5.1 markdown==3.5.1
plotly==5.18.0 plotly==5.18.0
weasyprint==60.1 weasyprint==60.2
ocxsect==0.1.5 ocxsect==0.1.5

View File

@ -34,13 +34,13 @@ LATEST_AGENT_VER = "2.6.0"
MESH_VER = "1.1.9" MESH_VER = "1.1.9"
NATS_SERVER_VER = "2.10.5" NATS_SERVER_VER = "2.10.7"
# for the update script, bump when need to recreate venv # for the update script, bump when need to recreate venv
PIP_VER = "40" PIP_VER = "41"
SETUPTOOLS_VER = "68.2.2" SETUPTOOLS_VER = "69.0.2"
WHEEL_VER = "0.41.3" WHEEL_VER = "0.42.0"
AGENT_BASE_URL = "https://agents.tacticalrmm.com" AGENT_BASE_URL = "https://agents.tacticalrmm.com"