Skip to content

Commit 73c1765

Browse files
authored
Merge branch 'main' into dependabot/pip/tagbase_server/werkzeug-3.0.1
2 parents f45e627 + 4572d39 commit 73c1765

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/black.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
lint:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
9+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1010
- uses: psf/black@stable
1111
# with:
1212
# #options: "--check --verbose"

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 # Required to mount the Github Workspace to a volume
17+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 # Required to mount the Github Workspace to a volume
1818
- name: Lint OpenAPI Specification
1919
uses: addnab/docker-run-action@v3
2020
with:
@@ -29,7 +29,7 @@ jobs:
2929
name: SonarCloud Analysis
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
32+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3333
with:
3434
# Disabling shallow clone is recommended for improving relevancy of reporting
3535
fetch-depth: 0
@@ -72,7 +72,7 @@ jobs:
7272
matrix:
7373
python-version: ["3.9", "3.10", "3.11"]
7474
steps:
75-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
75+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
7676
- name: Setup Python ${{ matrix.python-version }}
7777
uses: actions/setup-python@v4
7878
with:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h1 align="center" style="border-bottom: none;">🐟🛜 tagbase-server 🛜🐟</h1>
2-
<h3 align="center">A data management system for working with eTUFF and nc-eTAG files.</h3>
2+
<h3 align="center">A data lifecycle management system for electronic sensor timeseries data</h3>
33

44
<p align="center">
55
<a href="https://sonarcloud.io/summary/new_code?id=tagbase_tagbase-server">
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pandas>=1.4.2
22
psycopg2-binary~=2.9.5
3-
requests~=2.31.0
3+
requests~=2.32.4

tagbase_server/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
connexion[swagger-ui]==2.14.2
22
flask[async]==2.2.5
3-
flask-cors==4.0.0
3+
flask-cors==6.0.0
44
gunicorn==21.2.0
55
pandas==2.1.1
66
parmap>=1.7.0
77
patool>=1.12
8-
psycopg2-binary==2.9.7
8+
psycopg2-binary==2.9.10
99
python_dateutil>=2.6.0
1010
pytz>=2021.3
1111
pyunpack>=0.3
1212
setuptools>=21.0.0
1313
slack-sdk==3.22.0
14-
tqdm==4.66.1
14+
tqdm==4.66.3
1515
tzlocal>=4.1
1616
werkzeug==3.0.1

0 commit comments

Comments
 (0)