Skip to content

Commit 2f06999

Browse files
renovate[bot]nejch
authored andcommitted
chore(deps): update all non-major dependencies
1 parent 217a787 commit 2f06999

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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.33.0
18+
uses: relekang/python-semantic-release@v7.33.1
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.10
23+
rev: v2.16.1
2424
hooks:
2525
- id: pylint
2626
additional_dependencies:
@@ -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: 34.117.1
50+
rev: 34.124.5
5151
hooks:
5252
- id: renovate-config-validator

0 commit comments

Comments
 (0)