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 Apr 5, 2024
1 parent 54156fc commit 48ebfba
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 46 deletions.
14 changes: 7 additions & 7 deletions api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ name = "pypi"

[packages]
requests = "==2.31.0"
boto3 = "==1.33.8"
boto3 = "==1.34.78"
pyjwt = "==2.8.0"
psycopg2-binary = "==2.9.9"
elasticsearch = "==8.11.0"
jira = "==3.5.2"
fastapi = "==0.104.1"
elasticsearch = "==8.13.0"
jira = "==3.8.0"
fastapi = "==0.110.1"
python-decouple = "==3.8"
apscheduler = "==3.10.4"
redis = "==5.0.1"
redis = "==5.0.3"
urllib3 = "==1.26.16"
uvicorn = {extras = ["standard"], version = "==0.23.2"}
psycopg = {extras = ["pool", "binary"], version = "==3.1.18"}
uvicorn = {extras = ["standard"], version = "==0.29.0"}
pydantic = {extras = ["email"], version = "==2.3.0"}
psycopg = {extras = ["binary", "pool"], version = "==3.1.14"}

[dev-packages]

Expand Down
12 changes: 6 additions & 6 deletions api/requirements-alerts.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Keep this version to not have conflicts between requests and boto3
urllib3==1.26.16
requests==2.31.0
boto3==1.34.1
boto3==1.34.78
pyjwt==2.8.0
psycopg2-binary==2.9.9
psycopg[pool,binary]==3.1.15
elasticsearch==8.11.1
jira==3.5.2
psycopg[pool,binary]==3.1.18
elasticsearch==8.13.0
jira==3.8.0



fastapi==0.105.0
uvicorn[standard]==0.23.2
fastapi==0.110.1
uvicorn[standard]==0.29.0
python-decouple==3.8
pydantic[email]==2.3.0
apscheduler==3.10.4
14 changes: 7 additions & 7 deletions api/requirements.txt
Original file line number Diff line number Diff line change
@@ -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.1
boto3==1.34.78
pyjwt==2.8.0
psycopg2-binary==2.9.9
psycopg[pool,binary]==3.1.15
elasticsearch==8.11.1
jira==3.5.2
psycopg[pool,binary]==3.1.18
elasticsearch==8.13.0
jira==3.8.0



fastapi==0.105.0
uvicorn[standard]==0.23.2
fastapi==0.110.1
uvicorn[standard]==0.29.0
python-decouple==3.8
pydantic[email]==2.3.0
apscheduler==3.10.4

redis==5.0.1
redis==5.0.3
14 changes: 7 additions & 7 deletions ee/api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ name = "pypi"
[packages]
urllib3 = "==1.26.16"
requests = "==2.31.0"
boto3 = "==1.29.7"
boto3 = "==1.34.78"
pyjwt = "==2.8.0"
psycopg2-binary = "==2.9.9"
elasticsearch = "==8.11.0"
jira = "==3.5.2"
fastapi = "==0.104.1"
elasticsearch = "==8.13.0"
jira = "==3.8.0"
fastapi = "==0.110.1"
gunicorn = "==21.2.0"
python-decouple = "==3.8"
apscheduler = "==3.10.4"
python3-saml = "==1.16.0"
python-multipart = "==0.0.6"
redis = "==5.0.1"
redis = "==5.0.3"
azure-storage-blob = "==12.19.0"
psycopg = {extras = ["binary", "pool"], version = "==3.1.14"}
uvicorn = {extras = ["standard"], version = "==0.23.2"}
psycopg = {extras = ["binary", "pool"], version = "==3.1.18"}
uvicorn = {extras = ["standard"], version = "==0.29.0"}
pydantic = {extras = ["email"], version = "==2.3.0"}
clickhouse-driver = {extras = ["lz4"], version = "==0.2.6"}

Expand Down
12 changes: 6 additions & 6 deletions ee/api/requirements-alerts.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Keep this version to not have conflicts between requests and boto3
urllib3==1.26.16
requests==2.31.0
boto3==1.34.1
boto3==1.34.78
pyjwt==2.8.0
psycopg2-binary==2.9.9
psycopg[pool,binary]==3.1.15
elasticsearch==8.11.0
jira==3.5.2
psycopg[pool,binary]==3.1.18
elasticsearch==8.13.0
jira==3.8.0



fastapi==0.105.0
uvicorn[standard]==0.23.2
fastapi==0.110.1
uvicorn[standard]==0.29.0
python-decouple==3.8
pydantic[email]==2.3.0
apscheduler==3.10.4
Expand Down
12 changes: 6 additions & 6 deletions ee/api/requirements-crons.txt
Original file line number Diff line number Diff line change
@@ -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.1
boto3==1.34.78
pyjwt==2.8.0
psycopg2-binary==2.9.9
psycopg[pool,binary]==3.1.15
elasticsearch==8.11.0
jira==3.5.2
psycopg[pool,binary]==3.1.18
elasticsearch==8.13.0
jira==3.8.0



fastapi==0.105.0
fastapi==0.110.1
python-decouple==3.8
pydantic[email]==2.3.0
apscheduler==3.10.4

clickhouse-driver[lz4]==0.2.6
redis==5.0.1
redis==5.0.3
azure-storage-blob==12.19.0
14 changes: 7 additions & 7 deletions ee/api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Keep this version to not have conflicts between requests and boto3
urllib3==1.26.16
requests==2.31.0
boto3==1.34.1
boto3==1.34.78
pyjwt==2.8.0
psycopg2-binary==2.9.9
psycopg[pool,binary]==3.1.15
elasticsearch==8.11.1
jira==3.5.2
psycopg[pool,binary]==3.1.18
elasticsearch==8.13.0
jira==3.8.0



fastapi==0.105.0
uvicorn[standard]==0.23.2
fastapi==0.110.1
uvicorn[standard]==0.29.0
gunicorn==21.2.0
python-decouple==3.8
pydantic[email]==2.3.0
Expand All @@ -24,6 +24,6 @@ python3-saml==1.16.0 --no-binary=lxml
#python3-saml==1.16.0
python-multipart==0.0.6

redis==5.0.1
redis==5.0.3
#confluent-kafka==2.1.0
azure-storage-blob==12.19.0

0 comments on commit 48ebfba

Please sign in to comment.