Skip to content

Commit f72e1af

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

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

‎.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@v7.0.0
80+
uses: codecov/codecov-action@v7.1.0
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@v7.0.0
103+
uses: codecov/codecov-action@v7.1.0
104104
with:
105105
files: ./coverage.xml
106106
flags: unit

‎.pre-commit-config.yaml‎

Lines changed: 2 additions & 2 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.18.0
10+
rev: v4.18.1
1111
hooks:
1212
- id: commitizen
1313
stages: [commit-msg]
@@ -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: 44.65.5
54+
rev: 44.90.3
5555
hooks:
5656
- id: renovate-config-validator

‎requirements-lint.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r requirements.txt
22
argcomplete==2.0.0
33
black==26.5.1
4-
commitizen==4.18.0
4+
commitizen==4.18.1
55
flake8==7.3.0
66
isort==9.0.1
77
mypy==2.3.1

‎requirements-test.txt‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r requirements.txt
22
anyio==4.15.1
3-
build==1.6.0
4-
coverage==7.16.0
3+
build==1.6.1
4+
coverage==7.16.1
55
pytest-console-scripts==1.4.1
66
pytest-cov==7.1.0
77
pytest-github-actions-annotate-failures==0.4.2

0 commit comments

Comments
 (0)