Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): v0.11.4 security updates #353

Merged
merged 3 commits into from
Sep 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion k8s/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion lifemonitor/static/src/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions specs/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand All @@ -18,7 +18,7 @@ info:
servers:
- url: /
description: >
Version 0.11.4 of API.
Version 0.11.5 of API.

tags:
- name: GitHub Integration
Expand Down