refactor(chalice): upgraded dependencies
This commit is contained in:
parent
7d8ac12bb0
commit
b5cd500842
4 changed files with 16 additions and 16 deletions
|
|
@ -4,28 +4,28 @@ verify_ssl = true
|
||||||
name = "pypi"
|
name = "pypi"
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
urllib3 = "==2.3.0"
|
urllib3 = "==2.4.0"
|
||||||
requests = "==2.32.3"
|
requests = "==2.32.3"
|
||||||
boto3 = "==1.37.21"
|
boto3 = "==1.38.16"
|
||||||
pyjwt = "==2.10.1"
|
pyjwt = "==2.10.1"
|
||||||
psycopg2-binary = "==2.9.10"
|
psycopg2-binary = "==2.9.10"
|
||||||
psycopg = {extras = ["pool", "binary"], version = "==3.2.6"}
|
psycopg = {extras = ["pool", "binary"], version = "==3.2.7"}
|
||||||
clickhouse-connect = "==0.8.15"
|
clickhouse-connect = "==0.8.17"
|
||||||
elasticsearch = "==8.17.2"
|
elasticsearch = "==9.0.1"
|
||||||
jira = "==3.8.0"
|
jira = "==3.8.0"
|
||||||
cachetools = "==5.5.2"
|
cachetools = "==5.5.2"
|
||||||
fastapi = "==0.115.12"
|
fastapi = "==0.115.12"
|
||||||
uvicorn = {extras = ["standard"], version = "==0.34.0"}
|
uvicorn = {extras = ["standard"], version = "==0.34.2"}
|
||||||
gunicorn = "==23.0.0"
|
gunicorn = "==23.0.0"
|
||||||
python-decouple = "==3.8"
|
python-decouple = "==3.8"
|
||||||
pydantic = {extras = ["email"], version = "==2.10.6"}
|
pydantic = {extras = ["email"], version = "==2.11.4"}
|
||||||
apscheduler = "==3.11.0"
|
apscheduler = "==3.11.0"
|
||||||
|
python3-saml = "==1.16.0"
|
||||||
python-multipart = "==0.0.20"
|
python-multipart = "==0.0.20"
|
||||||
redis = "==5.2.1"
|
redis = "==6.1.0"
|
||||||
azure-storage-blob = "==12.25.0"
|
azure-storage-blob = "==12.25.1"
|
||||||
|
|
||||||
[dev-packages]
|
[dev-packages]
|
||||||
|
|
||||||
[requires]
|
[requires]
|
||||||
python_version = "3.12"
|
python_version = "3.12"
|
||||||
python_full_version = "3.12.8"
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
urllib3==2.4.0
|
urllib3==2.4.0
|
||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
boto3==1.38.10
|
boto3==1.38.16
|
||||||
pyjwt==2.10.1
|
pyjwt==2.10.1
|
||||||
psycopg2-binary==2.9.10
|
psycopg2-binary==2.9.10
|
||||||
psycopg[pool,binary]==3.2.7
|
psycopg[pool,binary]==3.2.7
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
urllib3==2.3.0
|
urllib3==2.4.0
|
||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
boto3==1.37.21
|
boto3==1.38.16
|
||||||
pyjwt==2.10.1
|
pyjwt==2.10.1
|
||||||
psycopg2-binary==2.9.10
|
psycopg2-binary==2.9.10
|
||||||
psycopg[pool,binary]==3.2.7
|
psycopg[pool,binary]==3.2.7
|
||||||
|
|
@ -14,5 +14,5 @@ python-decouple==3.8
|
||||||
pydantic[email]==2.11.4
|
pydantic[email]==2.11.4
|
||||||
apscheduler==3.11.0
|
apscheduler==3.11.0
|
||||||
|
|
||||||
redis==6.0.0
|
redis==6.1.0
|
||||||
azure-storage-blob==12.25.1
|
azure-storage-blob==12.25.1
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
urllib3==2.4.0
|
urllib3==2.4.0
|
||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
boto3==1.38.10
|
boto3==1.38.16
|
||||||
pyjwt==2.10.1
|
pyjwt==2.10.1
|
||||||
psycopg2-binary==2.9.10
|
psycopg2-binary==2.9.10
|
||||||
psycopg[pool,binary]==3.2.7
|
psycopg[pool,binary]==3.2.7
|
||||||
|
|
@ -21,6 +21,6 @@ apscheduler==3.11.0
|
||||||
python3-saml==1.16.0 --no-binary=lxml
|
python3-saml==1.16.0 --no-binary=lxml
|
||||||
python-multipart==0.0.20
|
python-multipart==0.0.20
|
||||||
|
|
||||||
redis==6.0.0
|
redis==6.1.0
|
||||||
#confluent-kafka==2.1.0
|
#confluent-kafka==2.1.0
|
||||||
azure-storage-blob==12.25.1
|
azure-storage-blob==12.25.1
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue