diff --git a/k8s/Chart.yaml b/k8s/Chart.yaml index 0632158d..f7e65bfd 100644 --- a/k8s/Chart.yaml +++ b/k8s/Chart.yaml @@ -12,7 +12,7 @@ version: 0.10.0 # 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. -appVersion: 0.11.4 +appVersion: 0.11.5 # Chart dependencies dependencies: diff --git a/lifemonitor/static/src/package.json b/lifemonitor/static/src/package.json index 41f4e8ed..7681507e 100644 --- a/lifemonitor/static/src/package.json +++ b/lifemonitor/static/src/package.json @@ -1,7 +1,7 @@ { "name": "lifemonitor", "description": "Workflow Testing Service", - "version": "0.11.4", + "version": "0.11.5", "license": "MIT", "author": "CRS4", "main": "../dist/js/lifemonitor.min.js", diff --git a/requirements.txt b/requirements.txt index 8388cab7..1c0cfcea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ boto3~=1.24.80 Bcrypt-Flask==1.0.2 giturlparse~=0.10.0 click-option-group~=0.5.5 -cryptography==41.0.2 +cryptography>=41.0.3 dnspython==2.2.1 flask-cors==3.0.10 flask-marshmallow~=0.14.0 @@ -55,7 +55,7 @@ urllib3==1.26.11 flask-socketio==5.3.4 gevent-websocket==0.10.1 eventlet==0.33.3 -uwsgi==2.0.21 +uwsgi==2.0.22 # watchdog version 2.3 introduces a change that breaks Flask in development mode. # Don't use watchdog > 2.2.1 until up update Flask to something >= 2.2 watchdog==2.2.1 diff --git a/specs/api.yaml b/specs/api.yaml index 8a729a94..62938e47 100644 --- a/specs/api.yaml +++ b/specs/api.yaml @@ -3,7 +3,7 @@ openapi: "3.0.0" info: - version: "0.11.4" + version: "0.11.5" title: "Life Monitor API" description: | *Workflow sustainability service* @@ -18,7 +18,7 @@ info: servers: - url: / description: > - Version 0.11.4 of API. + Version 0.11.5 of API. tags: - name: GitHub Integration