update reqs

This commit is contained in:
wh1te909 2023-09-11 02:43:50 +00:00
parent c71aa7baa7
commit ca4d19667b
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
adrf==0.1.1 adrf==0.1.2
asgiref==3.7.2 asgiref==3.7.2
celery==5.3.1 celery==5.3.1
certifi==2023.7.22 certifi==2023.7.22
@ -7,7 +7,7 @@ channels==4.0.0
channels_redis==4.1.0 channels_redis==4.1.0
cryptography==41.0.3 cryptography==41.0.3
daphne==4.0.0 daphne==4.0.0
Django==4.2.4 Django==4.2.5
django-cors-headers==4.2.0 django-cors-headers==4.2.0
django-ipware==5.0.0 django-ipware==5.0.0
django-rest-knox==4.2.0 django-rest-knox==4.2.0
@ -30,7 +30,7 @@ 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.5.0 twilio==8.8.0
urllib3==2.0.4 urllib3==2.0.4
uWSGI==2.0.22 uWSGI==2.0.22
validators==0.20.0 validators==0.20.0

View File

@ -34,7 +34,7 @@ LATEST_AGENT_VER = "2.5.0"
MESH_VER = "1.1.9" MESH_VER = "1.1.9"
NATS_SERVER_VER = "2.9.21" NATS_SERVER_VER = "2.9.22"
# for the update script, bump when need to recreate venv # for the update script, bump when need to recreate venv
PIP_VER = "38" PIP_VER = "38"