refactor(chalice): upgraded dependencies (#2208)
refactor(alerts): upgraded dependencies refactor(crons): upgraded dependencies
This commit is contained in:
parent
c94c846f8b
commit
7eae4d660d
7 changed files with 49 additions and 49 deletions
14
api/Pipfile
14
api/Pipfile
|
|
@ -5,21 +5,21 @@ name = "pypi"
|
|||
|
||||
[packages]
|
||||
urllib3 = "==1.26.16"
|
||||
requests = "==2.31.0"
|
||||
boto3 = "==1.34.84"
|
||||
requests = "==2.32.2"
|
||||
boto3 = "==1.34.113"
|
||||
pyjwt = "==2.8.0"
|
||||
psycopg2-binary = "==2.9.9"
|
||||
psycopg = {extras = ["pool", "binary"], version = "==3.1.18"}
|
||||
elasticsearch = "==8.13.0"
|
||||
psycopg = {extras = ["binary", "pool"], version = "==3.1.19"}
|
||||
elasticsearch = "==8.13.2"
|
||||
jira = "==3.8.0"
|
||||
fastapi = "==0.110.1"
|
||||
fastapi = "==0.111.0"
|
||||
uvicorn = {extras = ["standard"], version = "==0.29.0"}
|
||||
python-decouple = "==3.8"
|
||||
pydantic = {extras = ["email"], version = "==2.3.0"}
|
||||
apscheduler = "==3.10.4"
|
||||
redis = "==5.0.3"
|
||||
redis = "==5.0.4"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[requires]
|
||||
python_version = "3.11"
|
||||
python_version = "3.12"
|
||||
|
|
|
|||
|
|
@ -1,16 +1,16 @@
|
|||
# Keep this version to not have conflicts between requests and boto3
|
||||
urllib3==1.26.16
|
||||
requests==2.31.0
|
||||
boto3==1.34.84
|
||||
requests==2.32.2
|
||||
boto3==1.34.113
|
||||
pyjwt==2.8.0
|
||||
psycopg2-binary==2.9.9
|
||||
psycopg[pool,binary]==3.1.18
|
||||
elasticsearch==8.13.0
|
||||
psycopg[pool,binary]==3.1.19
|
||||
elasticsearch==8.13.2
|
||||
jira==3.8.0
|
||||
|
||||
|
||||
|
||||
fastapi==0.110.1
|
||||
fastapi==0.111.0
|
||||
uvicorn[standard]==0.29.0
|
||||
python-decouple==3.8
|
||||
pydantic[email]==2.3.0
|
||||
|
|
|
|||
|
|
@ -1,19 +1,19 @@
|
|||
# Keep this version to not have conflicts between requests and boto3
|
||||
urllib3==1.26.16
|
||||
requests==2.31.0
|
||||
boto3==1.34.84
|
||||
requests==2.32.2
|
||||
boto3==1.34.113
|
||||
pyjwt==2.8.0
|
||||
psycopg2-binary==2.9.9
|
||||
psycopg[pool,binary]==3.1.18
|
||||
elasticsearch==8.13.0
|
||||
psycopg[pool,binary]==3.1.19
|
||||
elasticsearch==8.13.2
|
||||
jira==3.8.0
|
||||
|
||||
|
||||
|
||||
fastapi==0.110.1
|
||||
fastapi==0.111.0
|
||||
uvicorn[standard]==0.29.0
|
||||
python-decouple==3.8
|
||||
pydantic[email]==2.3.0
|
||||
apscheduler==3.10.4
|
||||
|
||||
redis==5.0.3
|
||||
redis==5.0.4
|
||||
|
|
|
|||
|
|
@ -5,25 +5,25 @@ name = "pypi"
|
|||
|
||||
[packages]
|
||||
urllib3 = "==1.26.16"
|
||||
requests = "==2.31.0"
|
||||
boto3 = "==1.34.84"
|
||||
requests = "==2.32.2"
|
||||
boto3 = "==1.34.113"
|
||||
pyjwt = "==2.8.0"
|
||||
psycopg2-binary = "==2.9.9"
|
||||
elasticsearch = "==8.13.0"
|
||||
psycopg = {extras = ["binary", "pool"], version = "==3.1.19"}
|
||||
elasticsearch = "==8.13.2"
|
||||
jira = "==3.8.0"
|
||||
fastapi = "==0.110.1"
|
||||
gunicorn = "==21.2.0"
|
||||
python-decouple = "==3.8"
|
||||
apscheduler = "==3.10.4"
|
||||
redis = "==5.0.3"
|
||||
azure-storage-blob = "==12.19.1"
|
||||
psycopg = {extras = ["binary", "pool"], version = "==3.1.18"}
|
||||
fastapi = "==0.111.0"
|
||||
uvicorn = {extras = ["standard"], version = "==0.29.0"}
|
||||
gunicorn = "==22.0.0"
|
||||
python-decouple = "==3.8"
|
||||
pydantic = {extras = ["email"], version = "==2.3.0"}
|
||||
apscheduler = "==3.10.4"
|
||||
clickhouse-driver = {extras = ["lz4"], version = "==0.2.7"}
|
||||
python3-saml = "==1.16.0"
|
||||
redis = "==5.0.4"
|
||||
azure-storage-blob = "==12.20.0"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[requires]
|
||||
python_version = "3.11"
|
||||
python_version = "3.12"
|
||||
|
|
|
|||
|
|
@ -1,16 +1,16 @@
|
|||
# Keep this version to not have conflicts between requests and boto3
|
||||
urllib3==1.26.16
|
||||
requests==2.31.0
|
||||
boto3==1.34.84
|
||||
requests==2.32.2
|
||||
boto3==1.34.113
|
||||
pyjwt==2.8.0
|
||||
psycopg2-binary==2.9.9
|
||||
psycopg[pool,binary]==3.1.18
|
||||
elasticsearch==8.13.0
|
||||
psycopg[pool,binary]==3.1.19
|
||||
elasticsearch==8.13.2
|
||||
jira==3.8.0
|
||||
|
||||
|
||||
|
||||
fastapi==0.110.1
|
||||
fastapi==0.111.0
|
||||
uvicorn[standard]==0.29.0
|
||||
python-decouple==3.8
|
||||
pydantic[email]==2.3.0
|
||||
|
|
|
|||
|
|
@ -1,20 +1,20 @@
|
|||
# Keep this version to not have conflicts between requests and boto3
|
||||
urllib3==1.26.16
|
||||
requests==2.31.0
|
||||
boto3==1.34.84
|
||||
requests==2.32.2
|
||||
boto3==1.34.113
|
||||
pyjwt==2.8.0
|
||||
psycopg2-binary==2.9.9
|
||||
psycopg[pool,binary]==3.1.18
|
||||
elasticsearch==8.13.0
|
||||
psycopg[pool,binary]==3.1.19
|
||||
elasticsearch==8.13.2
|
||||
jira==3.8.0
|
||||
|
||||
|
||||
|
||||
fastapi==0.110.1
|
||||
fastapi==0.111.0
|
||||
python-decouple==3.8
|
||||
pydantic[email]==2.3.0
|
||||
apscheduler==3.10.4
|
||||
|
||||
clickhouse-driver[lz4]==0.2.7
|
||||
redis==5.0.3
|
||||
azure-storage-blob==12.19.1
|
||||
redis==5.0.4
|
||||
azure-storage-blob==12.20.0
|
||||
|
|
|
|||
|
|
@ -1,18 +1,18 @@
|
|||
# Keep this version to not have conflicts between requests and boto3
|
||||
urllib3==1.26.16
|
||||
requests==2.31.0
|
||||
boto3==1.34.84
|
||||
requests==2.32.2
|
||||
boto3==1.34.113
|
||||
pyjwt==2.8.0
|
||||
psycopg2-binary==2.9.9
|
||||
psycopg[pool,binary]==3.1.18
|
||||
elasticsearch==8.13.0
|
||||
psycopg[pool,binary]==3.1.19
|
||||
elasticsearch==8.13.2
|
||||
jira==3.8.0
|
||||
|
||||
|
||||
|
||||
fastapi==0.110.1
|
||||
fastapi==0.111.0
|
||||
uvicorn[standard]==0.29.0
|
||||
gunicorn==21.2.0
|
||||
gunicorn==22.0.0
|
||||
python-decouple==3.8
|
||||
pydantic[email]==2.3.0
|
||||
apscheduler==3.10.4
|
||||
|
|
@ -22,6 +22,6 @@ clickhouse-driver[lz4]==0.2.7
|
|||
#--no-binary is used to avoid libxml2 library version incompatibilities between xmlsec and lxml
|
||||
python3-saml==1.16.0 --no-binary=lxml
|
||||
|
||||
redis==5.0.3
|
||||
redis==5.0.4
|
||||
#confluent-kafka==2.1.0
|
||||
azure-storage-blob==12.19.1
|
||||
azure-storage-blob==12.20.0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue