Skip to content

Commit ae5a548

Browse files
authored
Merge branch 'main' into renovate/psycopg2-binary-2.x
2 parents 63925cf + 498ecd5 commit ae5a548

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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:
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
@@ -11,6 +11,6 @@ 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==2.2.3

0 commit comments

Comments
 (0)