refactor(chalice): upgraded dependencies

This commit is contained in:
Taha Yassine Kraiem 2025-03-27 12:27:54 +01:00 committed by Kraiem Taha Yassine
parent 8fbaf25799
commit e0dba41065
7 changed files with 22 additions and 22 deletions

View file

@ -6,15 +6,15 @@ name = "pypi"
[packages]
urllib3 = "==2.3.0"
requests = "==2.32.3"
boto3 = "==1.37.16"
boto3 = "==1.37.21"
pyjwt = "==2.10.1"
psycopg2-binary = "==2.9.10"
psycopg = {extras = ["binary", "pool"], version = "==3.2.6"}
psycopg = {extras = ["pool", "binary"], version = "==3.2.6"}
clickhouse-connect = "==0.8.15"
elasticsearch = "==8.17.2"
jira = "==3.8.0"
cachetools = "==5.5.2"
fastapi = "==0.115.11"
fastapi = "==0.115.12"
uvicorn = {extras = ["standard"], version = "==0.34.0"}
python-decouple = "==3.8"
pydantic = {extras = ["email"], version = "==2.10.6"}

View file

@ -1,6 +1,6 @@
urllib3==2.3.0
requests==2.32.3
boto3==1.37.16
boto3==1.37.21
pyjwt==2.10.1
psycopg2-binary==2.9.10
psycopg[pool,binary]==3.2.6
@ -9,7 +9,7 @@ elasticsearch==8.17.2
jira==3.8.0
cachetools==5.5.2
fastapi==0.115.11
fastapi==0.115.12
uvicorn[standard]==0.34.0
python-decouple==3.8
pydantic[email]==2.10.6

View file

@ -1,6 +1,6 @@
urllib3==2.3.0
requests==2.32.3
boto3==1.37.16
boto3==1.37.21
pyjwt==2.10.1
psycopg2-binary==2.9.10
psycopg[pool,binary]==3.2.6
@ -9,7 +9,7 @@ elasticsearch==8.17.2
jira==3.8.0
cachetools==5.5.2
fastapi==0.115.11
fastapi==0.115.12
uvicorn[standard]==0.34.0
python-decouple==3.8
pydantic[email]==2.10.6

View file

@ -6,22 +6,23 @@ name = "pypi"
[packages]
urllib3 = "==2.3.0"
requests = "==2.32.3"
boto3 = "==1.37.16"
boto3 = "==1.37.21"
pyjwt = "==2.10.1"
psycopg2-binary = "==2.9.10"
psycopg = {extras = ["binary", "pool"], version = "==3.2.6"}
psycopg = {extras = ["pool", "binary"], version = "==3.2.6"}
clickhouse-connect = "==0.8.15"
elasticsearch = "==8.17.2"
jira = "==3.8.0"
cachetools = "==5.5.2"
fastapi = "==0.115.11"
fastapi = "==0.115.12"
uvicorn = {extras = ["standard"], version = "==0.34.0"}
gunicorn = "==23.0.0"
python-decouple = "==3.8"
pydantic = {extras = ["email"], version = "==2.10.6"}
apscheduler = "==3.11.0"
python-multipart = "==0.0.20"
redis = "==5.2.1"
azure-storage-blob = "==12.24.1"
azure-storage-blob = "==12.25.0"
[dev-packages]

View file

@ -1,6 +1,6 @@
urllib3==2.3.0
requests==2.32.3
boto3==1.37.16
boto3==1.37.21
pyjwt==2.10.1
psycopg2-binary==2.9.10
psycopg[pool,binary]==3.2.6
@ -9,10 +9,10 @@ elasticsearch==8.17.2
jira==3.8.0
cachetools==5.5.2
fastapi==0.115.11
fastapi==0.115.12
uvicorn[standard]==0.34.0
python-decouple==3.8
pydantic[email]==2.10.6
apscheduler==3.11.0
azure-storage-blob==12.24.1
azure-storage-blob==12.25.0

View file

@ -1,6 +1,6 @@
urllib3==2.3.0
requests==2.32.3
boto3==1.37.16
boto3==1.37.21
pyjwt==2.10.1
psycopg2-binary==2.9.10
psycopg[pool,binary]==3.2.6
@ -9,10 +9,10 @@ elasticsearch==8.17.2
jira==3.8.0
cachetools==5.5.2
fastapi==0.115.11
fastapi==0.115.12
python-decouple==3.8
pydantic[email]==2.10.6
apscheduler==3.11.0
redis==5.2.1
azure-storage-blob==12.24.1
azure-storage-blob==12.25.0

View file

@ -1,6 +1,6 @@
urllib3==2.3.0
requests==2.32.3
boto3==1.37.16
boto3==1.37.21
pyjwt==2.10.1
psycopg2-binary==2.9.10
psycopg[pool,binary]==3.2.6
@ -9,7 +9,7 @@ elasticsearch==8.17.2
jira==3.8.0
cachetools==5.5.2
fastapi==0.115.11
fastapi==0.115.12
uvicorn[standard]==0.34.0
gunicorn==23.0.0
python-decouple==3.8
@ -18,10 +18,9 @@ apscheduler==3.11.0
# TODO: enable after xmlsec fix https://github.com/xmlsec/python-xmlsec/issues/252
#--no-binary is used to avoid libxml2 library version incompatibilities between xmlsec and lxml
python3-saml==1.16.0
--no-binary=lxml
python-multipart==0.0.20
redis==5.2.1
#confluent-kafka==2.1.0
azure-storage-blob==12.24.1
azure-storage-blob==12.25.0