Skip to content

Commit a2763d7

Browse files
chore(deps): update all non-major dependencies
1 parent 4221195 commit a2763d7

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Python Semantic Release
2323
id: release
24-
uses: python-semantic-release/python-semantic-release@v10.5.2
24+
uses: python-semantic-release/python-semantic-release@v10.5.3
2525
with:
2626
github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
2727

@@ -32,7 +32,7 @@ jobs:
3232
if: steps.release.outputs.released == 'true'
3333

3434
- name: Publish package distributions to GitHub Releases
35-
uses: python-semantic-release/publish-action@v10.5.2
35+
uses: python-semantic-release/publish-action@v10.5.3
3636
if: steps.release.outputs.released == 'true'
3737
with:
3838
github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
TOXENV: ${{ matrix.toxenv }}
7878
run: tox -- --override-ini='log_cli=True'
7979
- name: Upload codecov coverage
80-
uses: codecov/codecov-action@v5.5.1
80+
uses: codecov/codecov-action@v5.5.2
8181
with:
8282
files: ./coverage.xml
8383
flags: ${{ matrix.toxenv }}
@@ -100,7 +100,7 @@ jobs:
100100
TOXENV: cover
101101
run: tox
102102
- name: Upload codecov coverage
103-
uses: codecov/codecov-action@v5.5.1
103+
uses: codecov/codecov-action@v5.5.2
104104
with:
105105
files: ./coverage.xml
106106
flags: unit

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
hooks:
88
- id: black
99
- repo: https://github.com/commitizen-tools/commitizen
10-
rev: v4.10.0
10+
rev: v4.10.1
1111
hooks:
1212
- id: commitizen
1313
stages: [commit-msg]
@@ -32,7 +32,7 @@ repos:
3232
- requests-toolbelt==1.0.0
3333
files: 'gitlab/'
3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: v1.19.0
35+
rev: v1.19.1
3636
hooks:
3737
- id: mypy
3838
args: []
@@ -51,6 +51,6 @@ repos:
5151
- id: rst-directive-colons
5252
- id: rst-inline-touching-normal
5353
- repo: https://github.com/maxbrunet/pre-commit-renovate
54-
rev: 42.39.4
54+
rev: 42.59.0
5555
hooks:
5656
- id: renovate-config-validator

requirements-lint.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
-r requirements.txt
22
argcomplete==2.0.0
33
black==25.12.0
4-
commitizen==4.10.0
4+
commitizen==4.10.1
55
flake8==7.3.0
66
isort==7.0.0
7-
mypy==1.19.0
7+
mypy==1.19.1
88
pylint==4.0.4
99
pytest==9.0.2
1010
responses==0.25.8

requirements-precommit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pre-commit==4.5.0
1+
pre-commit==4.5.1

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r requirements.txt
22
anyio==4.12.0
33
build==1.3.0
4-
coverage==7.12.0
4+
coverage==7.13.0
55
pytest-console-scripts==1.4.1
66
pytest-cov==7.0.0
77
pytest-github-actions-annotate-failures==0.3.0

0 commit comments

Comments
 (0)