update reqs
This commit is contained in:
@@ -2,10 +2,10 @@ adrf==0.1.7
|
||||
asgiref==3.8.1
|
||||
celery==5.4.0
|
||||
certifi==2024.8.30
|
||||
cffi==1.17.0
|
||||
cffi==1.17.1
|
||||
channels==4.1.0
|
||||
channels_redis==4.2.0
|
||||
cryptography==42.0.8
|
||||
cryptography==43.0.1
|
||||
Django==4.2.16
|
||||
django-cors-headers==4.4.0
|
||||
django-filter==24.3
|
||||
@@ -15,11 +15,11 @@ drf-spectacular==0.27.2
|
||||
hiredis==2.3.2
|
||||
kombu==5.3.7
|
||||
meshctrl==0.1.15
|
||||
msgpack==1.0.8
|
||||
msgpack==1.1.0
|
||||
nats-py==2.9.0
|
||||
packaging==24.1
|
||||
psutil==6.0.0
|
||||
psycopg[binary]==3.2.1
|
||||
psycopg[binary]==3.2.3
|
||||
pycparser==2.22
|
||||
pycryptodome==3.20.0
|
||||
pyotp==2.9.0
|
||||
@@ -29,19 +29,19 @@ qrcode==7.4.2
|
||||
redis==5.0.8
|
||||
requests==2.32.3
|
||||
six==1.16.0
|
||||
sqlparse==0.5.0
|
||||
sqlparse==0.5.1
|
||||
twilio==8.13.0
|
||||
urllib3==2.2.2
|
||||
uvicorn[standard]==0.30.6
|
||||
uWSGI==2.0.26
|
||||
urllib3==2.2.3
|
||||
uvicorn[standard]==0.31.0
|
||||
uWSGI==2.0.27
|
||||
validators==0.24.0
|
||||
vine==5.1.0
|
||||
websockets==13.0.1
|
||||
zipp==3.20.1
|
||||
pandas==2.2.2
|
||||
websockets==13.1
|
||||
zipp==3.20.2
|
||||
pandas==2.2.3
|
||||
kaleido==0.2.1
|
||||
jinja2==3.1.4
|
||||
markdown==3.7
|
||||
plotly==5.24.0
|
||||
plotly==5.24.1
|
||||
weasyprint==62.3
|
||||
ocxsect==0.1.5
|
||||
@@ -81,10 +81,10 @@ INSTALL_DENO_URL = ""
|
||||
DENO_DEFAULT_PERMISSIONS = "--allow-all"
|
||||
|
||||
# for the update script, bump when need to recreate venv
|
||||
PIP_VER = "44"
|
||||
PIP_VER = "45"
|
||||
|
||||
SETUPTOOLS_VER = "70.2.0"
|
||||
WHEEL_VER = "0.43.0"
|
||||
SETUPTOOLS_VER = "75.1.0"
|
||||
WHEEL_VER = "0.44.0"
|
||||
|
||||
AGENT_BASE_URL = "https://agents.tacticalrmm.com"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user