Skip to content

Commit 57504ae

Browse files
chore(deps): update all non-breaking dependencies
1 parent 52c31c4 commit 57504ae

3 files changed

Lines changed: 35 additions & 35 deletions

File tree

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
echo "VERSION=$(cat _version.txt | tr -d '\r\n')" >> $GITHUB_OUTPUT
8585
8686
- name: SonarQube Scan
87-
uses: SonarSource/sonarqube-scan-action@713881670b6b3676cda39549040e2d88c70d582e # v8.2.0
87+
uses: SonarSource/sonarqube-scan-action@22918119ff8e1ca75a623e15c8296b6ea4fbe28f # v8.2.1
8888
with:
8989
args: >
9090
-Dsonar.projectVersion=${{ steps.version.outputs.VERSION }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pystrom = "pystrom.__main__:main"
3636
[dependency-groups]
3737
dev = [
3838
"black==26.5.1",
39-
"mypy==2.2.0",
39+
"mypy==2.3.0",
4040
]
4141

4242
[tool.setuptools]

0 commit comments

Comments
 (0)