Skip to content

Commit

Permalink
refactor(chalice): upgraded dependencies
Browse files Browse the repository at this point in the history
feat(chalice): support heatmaps
  • Loading branch information
tahayk committed Jun 20, 2024
1 parent 9c3b276 commit 9fe43d2
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ 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.14.0"
jira = "==3.8.0"
fastapi = "==0.111.0"
python-decouple = "==3.8"
apscheduler = "==4.0.0a5"
redis = "==5.1.0b6"
psycopg = {extras = ["binary", "pool"], version = "==3.1.19"}
uvicorn = {extras = ["standard"], version = "==0.30.1"}
python-decouple = "==3.8"
pydantic = {extras = ["email"], version = "==2.3.0"}
apscheduler = "==3.10.4"
redis = "==5.1.0b6"

[dev-packages]

Expand Down
2 changes: 1 addition & 1 deletion api/requirements-alerts.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ fastapi==0.111.0
uvicorn[standard]==0.30.1
python-decouple==3.8
pydantic[email]==2.3.0
apscheduler==4.0.0a5
apscheduler==3.10.4
2 changes: 1 addition & 1 deletion api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ fastapi==0.111.0
uvicorn[standard]==0.30.1
python-decouple==3.8
pydantic[email]==2.3.0
apscheduler==4.0.0a5
apscheduler==3.10.4

redis==5.1.0b6
10 changes: 5 additions & 5 deletions ee/api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ 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.14.0"
jira = "==3.8.0"
fastapi = "==0.111.0"
uvicorn = {extras = ["standard"], version = "==0.30.1"}
gunicorn = "==22.0.0"
python-decouple = "==3.8"
apscheduler = "==4.0.0a5"
pydantic = {extras = ["email"], version = "==2.3.0"}
apscheduler = "==3.10.4"
clickhouse-driver = {extras = ["lz4"], version = "==0.2.8"}
python3-saml = "==1.16.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
2 changes: 1 addition & 1 deletion ee/api/requirements-alerts.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fastapi==0.111.0
uvicorn[standard]==0.30.1
python-decouple==3.8
pydantic[email]==2.3.0
apscheduler==4.0.0a5
apscheduler==3.10.4

clickhouse-driver[lz4]==0.2.8
azure-storage-blob==12.21.0b1
2 changes: 1 addition & 1 deletion ee/api/requirements-crons.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jira==3.8.0
fastapi==0.111.0
python-decouple==3.8
pydantic[email]==2.3.0
apscheduler==4.0.0a5
apscheduler==3.10.4

clickhouse-driver[lz4]==0.2.8
redis==5.1.0b6
Expand Down
2 changes: 1 addition & 1 deletion ee/api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ uvicorn[standard]==0.30.1
gunicorn==22.0.0
python-decouple==3.8
pydantic[email]==2.3.0
apscheduler==4.0.0a5
apscheduler==3.10.4

clickhouse-driver[lz4]==0.2.8
# TODO: enable after xmlsec fix https://github.com/xmlsec/python-xmlsec/issues/252
Expand Down

0 comments on commit 9fe43d2

Please sign in to comment.