Skip to content

Commit 1c00b7e

Browse files
Merge pull request #73 from GenomicDataInfrastructure/main
chore(deps): upgrade components
2 parents e576af3 + 70dbd87 commit 1c00b7e

File tree

4 files changed

+5
-10
lines changed

4 files changed

+5
-10
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: run pytest
2424
run: pytest --cov=. --cov-report xml:coverage.xml
2525
- name: SonarCloud Scan
26-
uses: SonarSource/sonarcloud-github-action@v3
26+
uses: SonarSource/sonarcloud-github-action@v4
2727
env:
2828
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2929
- name: run black

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5-
FROM registry.access.redhat.com/ubi9/python-312:9.5-1731671587
5+
FROM registry.access.redhat.com/ubi9/python-312:9.5-1737522330
66
USER 0
77

88
WORKDIR /app

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5-
black==24.10.0
5+
black==25.1.0
66
pytest==8.3.4
77
requests-mock==1.12.1
88
pytest-cov==6.0.0

renovate.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,9 @@
88
},
99
{
1010
"description": "Trigger fix release for patch updates",
11-
"matchPackageNames": [
12-
"renovate/renovate",
13-
"ghcr.io/renovatebot/renovate"
14-
],
1511
"automerge": true,
16-
"matchUpdateTypes": ["patch"],
17-
"semanticCommitType": "fix",
18-
"automergeType": "pr"
12+
"matchUpdateTypes": ["patch", "pin", "digest"],
13+
"automergeType": "branch"
1914
}
2015
],
2116
"extends": [

0 commit comments

Comments
 (0)