Skip to content

Commit 0f59069

Browse files
renovate[bot]JohnVillalovos
authored andcommitted
chore(deps): update all non-major dependencies
1 parent de2e4dd commit 0f59069

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/docs.yml

+1-1
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.3
37+
uses: actions/upload-artifact@v4.3.4
3838
with:
3939
name: html-docs
4040
path: build/sphinx/html/

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Python Semantic Release
2323
id: release
24-
uses: python-semantic-release/python-semantic-release@v9.8.3
24+
uses: python-semantic-release/python-semantic-release@v9.8.5
2525
with:
2626
github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
2727

.github/workflows/test.yml

+2-2
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.3
122+
- uses: actions/upload-artifact@v4.3.4
123123
with:
124124
name: dist
125125
path: dist
@@ -133,7 +133,7 @@ jobs:
133133
uses: actions/setup-python@v5.1.0
134134
with:
135135
python-version: '3.12'
136-
- uses: actions/download-artifact@v4.1.7
136+
- uses: actions/download-artifact@v4.1.8
137137
with:
138138
name: dist
139139
path: dist

.pre-commit-config.yaml

+1-1
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.421.2
50+
rev: 37.425.1
5151
hooks:
5252
- id: renovate-config-validator

requirements-lint.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ pytest==8.2.2
1010
responses==0.25.3
1111
types-PyYAML==6.0.12.20240311
1212
types-requests==2.32.0.20240622
13-
types-setuptools==70.1.0.20240627
13+
types-setuptools==70.2.0.20240704

0 commit comments

Comments
 (0)