We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77f0dc commit 3eda669Copy full SHA for 3eda669
.github/workflows/test.yml
@@ -134,7 +134,7 @@ jobs:
134
uses: actions/setup-python@v6.2.0
135
with:
136
python-version: '3.14'
137
- - uses: actions/download-artifact@v8.0.0
+ - uses: actions/download-artifact@v8.0.1
138
139
name: dist
140
path: dist
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ default_language_version:
3
4
repos:
5
- repo: https://github.com/psf/black
6
- rev: 26.3.0
+ rev: 26.3.1
7
hooks:
8
- id: black
9
- repo: https://github.com/commitizen-tools/commitizen
@@ -51,6 +51,6 @@ repos:
51
- id: rst-directive-colons
52
- id: rst-inline-touching-normal
53
- repo: https://github.com/maxbrunet/pre-commit-renovate
54
- rev: 43.60.0
+ rev: 43.76.3
55
56
- id: renovate-config-validator
0 commit comments