Skip to content

Commit

Permalink
refactor(crons): upgraded dependencies
Browse files Browse the repository at this point in the history
refactor(alerts): upgraded dependencies
refactor(chalice): upgraded dependencies
  • Loading branch information
tahayk committed Dec 15, 2023
1 parent ce424d0 commit 2ed95c9
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions api/requirements-alerts.txt
Original file line number Diff line number Diff line change
@@ -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.33.8
boto3==1.34.1
pyjwt==2.8.0
psycopg2-binary==2.9.9
psycopg[pool,binary]==3.1.14
elasticsearch==8.11.0
psycopg[pool,binary]==3.1.15
elasticsearch==8.11.1
jira==3.5.2



fastapi==0.104.1
fastapi==0.105.0
uvicorn[standard]==0.23.2
python-decouple==3.8
pydantic[email]==2.3.0
Expand Down
8 changes: 4 additions & 4 deletions api/requirements.txt
Original file line number Diff line number Diff line change
@@ -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.33.8
boto3==1.34.1
pyjwt==2.8.0
psycopg2-binary==2.9.9
psycopg[pool,binary]==3.1.14
elasticsearch==8.11.0
psycopg[pool,binary]==3.1.15
elasticsearch==8.11.1
jira==3.5.2



fastapi==0.104.1
fastapi==0.105.0
uvicorn[standard]==0.23.2
python-decouple==3.8
pydantic[email]==2.3.0
Expand Down
6 changes: 3 additions & 3 deletions ee/api/requirements-alerts.txt
Original file line number Diff line number Diff line change
@@ -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.29.7
boto3==1.34.1
pyjwt==2.8.0
psycopg2-binary==2.9.9
psycopg[pool,binary]==3.1.14
psycopg[pool,binary]==3.1.15
elasticsearch==8.11.0
jira==3.5.2



fastapi==0.104.1
fastapi==0.105.0
uvicorn[standard]==0.23.2
python-decouple==3.8
pydantic[email]==2.3.0
Expand Down
6 changes: 3 additions & 3 deletions ee/api/requirements-crons.txt
Original file line number Diff line number Diff line change
@@ -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.29.7
boto3==1.34.1
pyjwt==2.8.0
psycopg2-binary==2.9.9
psycopg[pool,binary]==3.1.14
psycopg[pool,binary]==3.1.15
elasticsearch==8.11.0
jira==3.5.2



fastapi==0.104.1
fastapi==0.105.0
python-decouple==3.8
pydantic[email]==2.3.0
apscheduler==3.10.4
Expand Down
8 changes: 4 additions & 4 deletions ee/api/requirements.txt
Original file line number Diff line number Diff line change
@@ -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.29.7
boto3==1.34.1
pyjwt==2.8.0
psycopg2-binary==2.9.9
psycopg[pool,binary]==3.1.14
elasticsearch==8.11.0
psycopg[pool,binary]==3.1.15
elasticsearch==8.11.1
jira==3.5.2



fastapi==0.104.1
fastapi==0.105.0
uvicorn[standard]==0.23.2
gunicorn==21.2.0
python-decouple==3.8
Expand Down

0 comments on commit 2ed95c9

Please sign in to comment.