X Tutup
Skip to content

Commit 3eda669

Browse files
renovate[bot]JohnVillalovos
authored andcommitted
chore(deps): update all non-major dependencies
1 parent a77f0dc commit 3eda669

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
uses: actions/setup-python@v6.2.0
135135
with:
136136
python-version: '3.14'
137-
- uses: actions/download-artifact@v8.0.0
137+
- uses: actions/download-artifact@v8.0.1
138138
with:
139139
name: dist
140140
path: dist

.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.3.0
6+
rev: 26.3.1
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.60.0
54+
rev: 43.76.3
5555
hooks:
5656
- id: renovate-config-validator

0 commit comments

Comments
 (0)
X Tutup