diff --git a/Pipfile.lock b/Pipfile.lock index 6c53b6e0..c37016b9 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -923,12 +923,12 @@ }, "werkzeug": { "hashes": [ - "sha256:02c9eb92b7d6c06f31a782811505d2157837cea66aaede3e217c7c27c039476c", - "sha256:34f2371506b250df4d4f84bfe7b0921e4762525762bbd936614909fe25cd7306" + "sha256:1bc0c2310d2fbb07b1dd1105eba2f7af72f322e1e455f2f93c993bee8c8a5f17", + "sha256:a8dd59d4de28ca70471a34cba79bed5f7ef2e036a76b3ab0835474246eb41f8d" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==3.0.4" + "version": "==3.0.6" }, "xlsxwriter": { "hashes": [ diff --git a/README.md b/README.md index c2c9d965..99a0e4c6 100644 --- a/README.md +++ b/README.md @@ -91,3 +91,4 @@ Navigate to /developer_scripts and run import.py, answer the prompts on the comm * Apropos the previous point, many of the attributes in the schema have unclear names and purposes, like `entname1/2/3` and `runame1/2/3`, among others. The schema should be redesigned, or have more specific documentation. * A couple of the endpoints have fairly useless functionality. For example, all the `/collectioninstrument/count` endpoint does is return the number of collection instruments. Why is this something the service needs to do? Could this not be accomplished by a database query? * Given the service's heavy reliance on collection exercises, could this service not be combined with the collection exercise service during the ras-rm redesign? +* \ No newline at end of file diff --git a/_infra/helm/collection-instrument/Chart.yaml b/_infra/helm/collection-instrument/Chart.yaml index 307b3baa..26504fee 100644 --- a/_infra/helm/collection-instrument/Chart.yaml +++ b/_infra/helm/collection-instrument/Chart.yaml @@ -14,9 +14,9 @@ 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. -version: 3.0.36 +version: 3.0.37 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 3.0.36 +appVersion: 3.0.37