Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and nejch committed Feb 12, 2024
1 parent a867c48 commit 3c4b27e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
TOXENV: docs
run: tox
- name: Archive generated docs
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v4.3.1
with:
name: html-docs
path: build/sphinx/html/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
pip install -r requirements-test.txt
- name: Build package
run: python -m build -o dist/
- uses: actions/upload-artifact@v4.3.0
- uses: actions/upload-artifact@v4.3.1
with:
name: dist
path: dist
Expand All @@ -133,7 +133,7 @@ jobs:
uses: actions/setup-python@v5.0.0
with:
python-version: '3.12'
- uses: actions/download-artifact@v4.1.1
- uses: actions/download-artifact@v4.1.2
with:
name: dist
path: dist
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ repos:
- id: rst-directive-colons
- id: rst-inline-touching-normal
- repo: https://github.com/maxbrunet/pre-commit-renovate
rev: 37.168.5
rev: 37.183.0
hooks:
- id: renovate-config-validator
2 changes: 1 addition & 1 deletion requirements-precommit.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pre-commit==3.6.0
pre-commit==3.6.1

0 comments on commit 3c4b27e

Please sign in to comment.