Skip to content

Commit

Permalink
refactor(chalice): upgraded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tahayk committed Jun 13, 2024
1 parent 60af121 commit cae1798
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 39 deletions.
10 changes: 5 additions & 5 deletions api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ name = "pypi"

[packages]
urllib3 = "==1.26.16"
requests = "==2.32.2"
boto3 = "==1.34.122"
requests = "==2.32.3"
boto3 = "==1.34.125"
pyjwt = "==2.8.0"
psycopg2-binary = "==2.9.9"
elasticsearch = "==8.14.0"
jira = "==3.8.0"
fastapi = "==0.111.0"
python-decouple = "==3.8"
apscheduler = "==3.10.4"
redis = "==5.0.4"
psycopg = {extras = ["pool", "binary"], version = "==3.1.19"}
apscheduler = "==4.0.0a5"
redis = "==5.1.0b6"
psycopg = {extras = ["binary", "pool"], version = "==3.1.19"}
uvicorn = {extras = ["standard"], version = "==0.30.1"}
pydantic = {extras = ["email"], version = "==2.3.0"}

Expand Down
6 changes: 3 additions & 3 deletions api/requirements-alerts.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Keep this version to not have conflicts between requests and boto3
urllib3==1.26.16
requests==2.32.2
boto3==1.34.122
requests==2.32.3
boto3==1.34.125
pyjwt==2.8.0
psycopg2-binary==2.9.9
psycopg[pool,binary]==3.1.19
Expand All @@ -14,4 +14,4 @@ fastapi==0.111.0
uvicorn[standard]==0.30.1
python-decouple==3.8
pydantic[email]==2.3.0
apscheduler==3.10.4
apscheduler==4.0.0a5
8 changes: 4 additions & 4 deletions api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Keep this version to not have conflicts between requests and boto3
urllib3==1.26.16
requests==2.32.2
boto3==1.34.122
requests==2.32.3
boto3==1.34.125
pyjwt==2.8.0
psycopg2-binary==2.9.9
psycopg[pool,binary]==3.1.19
Expand All @@ -14,6 +14,6 @@ fastapi==0.111.0
uvicorn[standard]==0.30.1
python-decouple==3.8
pydantic[email]==2.3.0
apscheduler==3.10.4
apscheduler==4.0.0a5

redis==5.0.4
redis==5.1.0b6
20 changes: 10 additions & 10 deletions ee/api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ name = "pypi"

[packages]
urllib3 = "==1.26.16"
requests = "==2.32.2"
boto3 = "==1.34.113"
requests = "==2.32.3"
boto3 = "==1.34.125"
pyjwt = "==2.8.0"
psycopg2-binary = "==2.9.9"
psycopg = {extras = ["binary", "pool"], version = "==3.1.19"}
elasticsearch = "==8.13.2"
elasticsearch = "==8.14.0"
jira = "==3.8.0"
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"}
apscheduler = "==4.0.0a5"
python3-saml = "==1.16.0"
redis = "==5.0.4"
azure-storage-blob = "==12.20.0"
redis = "==5.1.0b6"
azure-storage-blob = "==12.21.0b1"
psycopg = {extras = ["binary", "pool"], version = "==3.1.19"}
uvicorn = {extras = ["standard"], version = "==0.30.1"}
pydantic = {extras = ["email"], version = "==2.3.0"}
clickhouse-driver = {extras = ["lz4"], version = "==0.2.8"}

[dev-packages]

Expand Down
10 changes: 5 additions & 5 deletions ee/api/requirements-alerts.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Keep this version to not have conflicts between requests and boto3
urllib3==1.26.16
requests==2.32.2
boto3==1.34.122
requests==2.32.3
boto3==1.34.125
pyjwt==2.8.0
psycopg2-binary==2.9.9
psycopg[pool,binary]==3.1.19
Expand All @@ -14,7 +14,7 @@ fastapi==0.111.0
uvicorn[standard]==0.30.1
python-decouple==3.8
pydantic[email]==2.3.0
apscheduler==3.10.4
apscheduler==4.0.0a5

clickhouse-driver[lz4]==0.2.7
azure-storage-blob==12.19.1
clickhouse-driver[lz4]==0.2.8
azure-storage-blob==12.21.0b1
12 changes: 6 additions & 6 deletions ee/api/requirements-crons.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Keep this version to not have conflicts between requests and boto3
urllib3==1.26.16
requests==2.32.2
boto3==1.34.122
requests==2.32.3
boto3==1.34.125
pyjwt==2.8.0
psycopg2-binary==2.9.9
psycopg[pool,binary]==3.1.19
Expand All @@ -13,8 +13,8 @@ jira==3.8.0
fastapi==0.111.0
python-decouple==3.8
pydantic[email]==2.3.0
apscheduler==3.10.4
apscheduler==4.0.0a5

clickhouse-driver[lz4]==0.2.7
redis==5.0.4
azure-storage-blob==12.20.0
clickhouse-driver[lz4]==0.2.8
redis==5.1.0b6
azure-storage-blob==12.21.0b1
12 changes: 6 additions & 6 deletions ee/api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Keep this version to not have conflicts between requests and boto3
urllib3==1.26.16
requests==2.32.2
boto3==1.34.122
requests==2.32.3
boto3==1.34.125
pyjwt==2.8.0
psycopg2-binary==2.9.9
psycopg[pool,binary]==3.1.19
Expand All @@ -15,13 +15,13 @@ uvicorn[standard]==0.30.1
gunicorn==22.0.0
python-decouple==3.8
pydantic[email]==2.3.0
apscheduler==3.10.4
apscheduler==4.0.0a5

clickhouse-driver[lz4]==0.2.7
clickhouse-driver[lz4]==0.2.8
# 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

redis==5.0.4
redis==5.1.0b6
#confluent-kafka==2.1.0
azure-storage-blob==12.20.0
azure-storage-blob==12.21.0b1

0 comments on commit cae1798

Please sign in to comment.