diff --git a/backend/config.py b/backend/config.py index 66d1a804..6bc0d0b2 100644 --- a/backend/config.py +++ b/backend/config.py @@ -9,7 +9,7 @@ from iblog import logger, log_level from typing import Dict, List -__version__ = "v1.9.3" +__version__ = "v1.9.4" # .env parse dotenv_path = os.path.join(os.path.dirname(__file__), ".env") diff --git a/backend/requirements.txt b/backend/requirements.txt index 799959f7..fcd0df61 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,33 +1,33 @@ -alembic==1.12.1 -apispec==6.3.0 +alembic==1.13.1 +apispec==6.4.0 apscheduler==3.10.4 -atlassian-python-api==3.41.3 +atlassian-python-api==3.41.4 cerberus==1.3.5 flasgger==0.9.7.1 -flask==2.2.3 +flask==2.3.3 flask-cors==4.0.0 -flask-debugtoolbar==0.13.1 -flask-jwt-extended==4.5.3 +flask-debugtoolbar==0.14.1 +flask-jwt-extended==4.6.0 flask-limiter==3.5.0 flask-login==0.6.3 flask-marshmallow==0.15.0 marshmallow==3.20.1 marshmallow_sqlalchemy==0.29.0 opsgenie-sdk==2.1.5 -pdpyras==5.1.3 +pdpyras==5.2.0 psycopg2-binary==2.9.9 -pytest==7.4.3 -pytest-env==1.1.1 +pytest==7.4.4 +pytest-env==1.1.3 pytest-mock==3.12.0 pytest-sqlalchemy-mock==0.1.5 python-dotenv==1.0.0 python-json-logger==2.0.7 -pytz==2023.3 +pytz==2023.3.post1 PyYAML==6.0.1 requests==2.31.0 requests-mock==1.11.0 -slack_bolt==1.18.0 -slack_sdk==3.24.0 +slack_bolt==1.18.1 +slack_sdk==3.26.2 sqlalchemy==1.4.50 waitress==2.1.2 -werkzeug==2.2.3 +werkzeug==2.3.8 diff --git a/deploy/charts/incident-bot/Chart.yaml b/deploy/charts/incident-bot/Chart.yaml index 7924d748..4c1746a9 100644 --- a/deploy/charts/incident-bot/Chart.yaml +++ b/deploy/charts/incident-bot/Chart.yaml @@ -17,10 +17,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.9.3 +version: 1.9.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: '1.9.3' +appVersion: '1.9.4' diff --git a/deploy/kustomize/incident-bot/overlays/production/kustomization.yaml b/deploy/kustomize/incident-bot/overlays/production/kustomization.yaml index b29ab072..f449aa8c 100755 --- a/deploy/kustomize/incident-bot/overlays/production/kustomization.yaml +++ b/deploy/kustomize/incident-bot/overlays/production/kustomization.yaml @@ -7,7 +7,7 @@ bases: images: - name: eb129/incident-bot - newTag: v1.9.3 + newTag: v1.9.4 configMapGenerator: - name: incident-bot-config diff --git a/docs/deploy/overlays/production/kustomization.yaml b/docs/deploy/overlays/production/kustomization.yaml index bc3a1630..aee73ba5 100755 --- a/docs/deploy/overlays/production/kustomization.yaml +++ b/docs/deploy/overlays/production/kustomization.yaml @@ -7,7 +7,7 @@ bases: images: - name: eb129/incident-bot-docs - newTag: v1.9.3 + newTag: v1.9.4 generatorOptions: disableNameSuffixHash: true diff --git a/package-lock.json b/package-lock.json deleted file mode 100644 index 5b245fbe..00000000 --- a/package-lock.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "incident-bot", - "lockfileVersion": 2, - "requires": true, - "packages": {} -} diff --git a/version b/version index 7517f687..c4e62017 100644 --- a/version +++ b/version @@ -1 +1 @@ -v1.9.3 +v1.9.4