Skip to content

Commit 3c4b27e

Browse files
renovate[bot]nejch
authored andcommitted
chore(deps): update all non-major dependencies
1 parent a867c48 commit 3c4b27e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
TOXENV: docs
3535
run: tox
3636
- name: Archive generated docs
37-
uses: actions/upload-artifact@v4.3.0
37+
uses: actions/upload-artifact@v4.3.1
3838
with:
3939
name: html-docs
4040
path: build/sphinx/html/

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
pip install -r requirements-test.txt
120120
- name: Build package
121121
run: python -m build -o dist/
122-
- uses: actions/upload-artifact@v4.3.0
122+
- uses: actions/upload-artifact@v4.3.1
123123
with:
124124
name: dist
125125
path: dist
@@ -133,7 +133,7 @@ jobs:
133133
uses: actions/setup-python@v5.0.0
134134
with:
135135
python-version: '3.12'
136-
- uses: actions/download-artifact@v4.1.1
136+
- uses: actions/download-artifact@v4.1.2
137137
with:
138138
name: dist
139139
path: dist

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ repos:
4747
- id: rst-directive-colons
4848
- id: rst-inline-touching-normal
4949
- repo: https://github.com/maxbrunet/pre-commit-renovate
50-
rev: 37.168.5
50+
rev: 37.183.0
5151
hooks:
5252
- id: renovate-config-validator

requirements-precommit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pre-commit==3.6.0
1+
pre-commit==3.6.1

0 commit comments

Comments
 (0)