feat(chalice): dependencies upgrade
feat(alerts): dependencies upgrade feat(crons): dependencies upgrade
This commit is contained in:
parent
8de8194ed5
commit
38752db089
7 changed files with 16 additions and 14 deletions
1
api/.gitignore
vendored
1
api/.gitignore
vendored
|
|
@ -84,6 +84,7 @@ wheels/
|
|||
*.egg
|
||||
MANIFEST
|
||||
Pipfile
|
||||
Pipfile.lock
|
||||
|
||||
# PyInstaller
|
||||
# Usually these files are written by a python script from a template
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
requests==2.28.1
|
||||
urllib3==1.26.12
|
||||
boto3==1.26.40
|
||||
urllib3==1.26.13
|
||||
boto3==1.26.41
|
||||
pyjwt==2.6.0
|
||||
psycopg2-binary==2.9.5
|
||||
elasticsearch==8.5.3
|
||||
|
|
@ -11,5 +11,5 @@ jira==3.4.1
|
|||
fastapi==0.88.0
|
||||
uvicorn[standard]==0.20.0
|
||||
python-decouple==3.6
|
||||
pydantic[email]==1.10.2
|
||||
pydantic[email]==1.10.4
|
||||
apscheduler==3.9.1.post1
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
requests==2.28.1
|
||||
urllib3==1.26.12
|
||||
boto3==1.26.40
|
||||
urllib3==1.26.13
|
||||
boto3==1.26.41
|
||||
pyjwt==2.6.0
|
||||
psycopg2-binary==2.9.5
|
||||
elasticsearch==8.5.3
|
||||
|
|
@ -11,5 +11,5 @@ jira==3.4.1
|
|||
fastapi==0.88.0
|
||||
uvicorn[standard]==0.20.0
|
||||
python-decouple==3.6
|
||||
pydantic[email]==1.10.2
|
||||
pydantic[email]==1.10.4
|
||||
apscheduler==3.9.1.post1
|
||||
1
ee/api/.gitignore
vendored
1
ee/api/.gitignore
vendored
|
|
@ -176,6 +176,7 @@ chalicelib/.config
|
|||
chalicelib/saas
|
||||
README/*
|
||||
Pipfile
|
||||
Pipfile.lock
|
||||
|
||||
.local/*
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
requests==2.28.1
|
||||
urllib3==1.26.12
|
||||
boto3==1.26.40
|
||||
urllib3==1.26.13
|
||||
boto3==1.26.41
|
||||
pyjwt==2.6.0
|
||||
psycopg2-binary==2.9.5
|
||||
elasticsearch==8.5.3
|
||||
|
|
@ -11,7 +11,7 @@ jira==3.4.1
|
|||
fastapi==0.88.0
|
||||
uvicorn[standard]==0.20.0
|
||||
python-decouple==3.6
|
||||
pydantic[email]==1.10.2
|
||||
pydantic[email]==1.10.4
|
||||
apscheduler==3.9.1.post1
|
||||
|
||||
clickhouse-driver==0.2.5
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
requests==2.28.1
|
||||
urllib3==1.26.12
|
||||
boto3==1.26.40
|
||||
urllib3==1.26.13
|
||||
boto3==1.26.41
|
||||
pyjwt==2.6.0
|
||||
psycopg2-binary==2.9.5
|
||||
elasticsearch==8.5.3
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
requests==2.28.1
|
||||
urllib3==1.26.12
|
||||
boto3==1.26.40
|
||||
urllib3==1.26.13
|
||||
boto3==1.26.41
|
||||
pyjwt==2.6.0
|
||||
psycopg2-binary==2.9.5
|
||||
elasticsearch==8.5.3
|
||||
|
|
@ -11,7 +11,7 @@ jira==3.4.1
|
|||
fastapi==0.88.0
|
||||
uvicorn[standard]==0.20.0
|
||||
python-decouple==3.6
|
||||
pydantic[email]==1.10.2
|
||||
pydantic[email]==1.10.4
|
||||
apscheduler==3.9.1.post1
|
||||
|
||||
clickhouse-driver==0.2.5
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue