Skip to content

Commit dde3642

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

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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@v3.1.0
37+
uses: actions/upload-artifact@v3.1.1
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
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
1717
- name: Python Semantic Release
18-
uses: relekang/python-semantic-release@v7.32.1
18+
uses: relekang/python-semantic-release@v7.32.2
1919
with:
2020
github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
2121
pypi_token: ${{ secrets.PYPI_TOKEN }}

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
hooks:
2121
- id: isort
2222
- repo: https://github.com/pycqa/pylint
23-
rev: v2.15.4
23+
rev: v2.15.5
2424
hooks:
2525
- id: pylint
2626
additional_dependencies:
@@ -45,6 +45,6 @@ repos:
4545
- id: rst-directive-colons
4646
- id: rst-inline-touching-normal
4747
- repo: https://github.com/maxbrunet/pre-commit-renovate
48-
rev: 32.238.4
48+
rev: 32.241.11
4949
hooks:
5050
- id: renovate-config-validator

0 commit comments

Comments
 (0)