update reqs
This commit is contained in:
parent
3eab61cbc3
commit
22c152f600
|
@ -1,14 +1,14 @@
|
||||||
adrf==0.1.6
|
adrf==0.1.7
|
||||||
asgiref==3.8.1
|
asgiref==3.8.1
|
||||||
celery==5.4.0
|
celery==5.4.0
|
||||||
certifi==2024.7.4
|
certifi==2024.8.30
|
||||||
cffi==1.16.0
|
cffi==1.17.0
|
||||||
channels==4.1.0
|
channels==4.1.0
|
||||||
channels_redis==4.2.0
|
channels_redis==4.2.0
|
||||||
cryptography==42.0.8
|
cryptography==42.0.8
|
||||||
Django==4.2.14
|
Django==4.2.16
|
||||||
django-cors-headers==4.4.0
|
django-cors-headers==4.4.0
|
||||||
django-filter==24.2
|
django-filter==24.3
|
||||||
django-rest-knox==4.2.0
|
django-rest-knox==4.2.0
|
||||||
djangorestframework==3.15.2
|
djangorestframework==3.15.2
|
||||||
drf-spectacular==0.27.2
|
drf-spectacular==0.27.2
|
||||||
|
@ -16,32 +16,32 @@ hiredis==2.3.2
|
||||||
kombu==5.3.7
|
kombu==5.3.7
|
||||||
meshctrl==0.1.15
|
meshctrl==0.1.15
|
||||||
msgpack==1.0.8
|
msgpack==1.0.8
|
||||||
nats-py==2.8.0
|
nats-py==2.9.0
|
||||||
packaging==24.1
|
packaging==24.1
|
||||||
psutil==5.9.8
|
psutil==6.0.0
|
||||||
psycopg[binary]==3.1.19
|
psycopg[binary]==3.2.1
|
||||||
pycparser==2.22
|
pycparser==2.22
|
||||||
pycryptodome==3.20.0
|
pycryptodome==3.20.0
|
||||||
pyotp==2.9.0
|
pyotp==2.9.0
|
||||||
pyparsing==3.1.2
|
pyparsing==3.1.4
|
||||||
python-ipware==2.0.2
|
python-ipware==2.0.2
|
||||||
qrcode==7.4.2
|
qrcode==7.4.2
|
||||||
redis==5.0.7
|
redis==5.0.8
|
||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
sqlparse==0.5.0
|
sqlparse==0.5.0
|
||||||
twilio==8.13.0
|
twilio==8.13.0
|
||||||
urllib3==2.2.2
|
urllib3==2.2.2
|
||||||
uvicorn[standard]==0.30.1
|
uvicorn[standard]==0.30.6
|
||||||
uWSGI==2.0.26
|
uWSGI==2.0.26
|
||||||
validators==0.24.0
|
validators==0.24.0
|
||||||
vine==5.1.0
|
vine==5.1.0
|
||||||
websockets==12.0
|
websockets==13.0.1
|
||||||
zipp==3.19.2
|
zipp==3.20.1
|
||||||
pandas==2.2.2
|
pandas==2.2.2
|
||||||
kaleido==0.2.1
|
kaleido==0.2.1
|
||||||
jinja2==3.1.4
|
jinja2==3.1.4
|
||||||
markdown==3.6
|
markdown==3.7
|
||||||
plotly==5.22.0
|
plotly==5.24.0
|
||||||
weasyprint==62.3
|
weasyprint==62.3
|
||||||
ocxsect==0.1.5
|
ocxsect==0.1.5
|
|
@ -35,7 +35,7 @@ LATEST_AGENT_VER = "2.8.0"
|
||||||
|
|
||||||
MESH_VER = "1.1.21"
|
MESH_VER = "1.1.21"
|
||||||
|
|
||||||
NATS_SERVER_VER = "2.10.17"
|
NATS_SERVER_VER = "2.10.20"
|
||||||
|
|
||||||
# Install Nushell on the agent
|
# Install Nushell on the agent
|
||||||
# https://github.com/nushell/nushell
|
# https://github.com/nushell/nushell
|
||||||
|
|
Loading…
Reference in New Issue