X Tutup
Skip to content

Commit 4b38047

Browse files
renovate[bot]JohnVillalovos
authored andcommitted
chore(deps): update all non-major dependencies
1 parent 1282712 commit 4b38047

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/psf/black
6-
rev: 26.1.0
6+
rev: 26.3.0
77
hooks:
88
- id: black
99
- repo: https://github.com/commitizen-tools/commitizen
@@ -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.46.6
54+
rev: 43.60.0
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,6 +1,6 @@
11
-r requirements.txt
22
argcomplete==2.0.0
3-
black==26.1.0
3+
black==26.3.0
44
commitizen==4.13.9
55
flake8==7.3.0
66
isort==8.0.1

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build==1.4.0
44
coverage==7.13.4
55
pytest-console-scripts==1.4.1
66
pytest-cov==7.0.0
7-
pytest-github-actions-annotate-failures==0.3.0
7+
pytest-github-actions-annotate-failures==0.4.0
88
pytest==9.0.2
99
PyYaml==6.0.3
1010
responses==0.26.0

0 commit comments

Comments
 (0)
X Tutup