Skip to content

Commit dec4b92

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

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
action:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: dessant/lock-threads@v6.0.1
18+
- uses: dessant/lock-threads@v6.0.2
1919
with:
2020
process-only: 'issues'

.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.16.2
10+
rev: v4.16.3
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: 43.150.0
54+
rev: 43.205.2
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.16.2
4+
commitizen==4.16.3
55
flake8==7.3.0
66
isort==8.0.1
77
mypy==1.20.2

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.13.0
33
build==1.5.0
4-
coverage==7.14.0
4+
coverage==7.14.1
55
pytest-console-scripts==1.4.1
66
pytest-cov==7.1.0
77
pytest-github-actions-annotate-failures==0.4.0

0 commit comments

Comments
 (0)