Skip to content

Commit 32954fb

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

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
2121

2222
- name: Python Semantic Release
23-
uses: python-semantic-release/python-semantic-release@v8.1.2
23+
uses: python-semantic-release/python-semantic-release@v8.3.0
2424
with:
2525
github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
2626

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/psf/black
6-
rev: 23.10.0
6+
rev: 23.10.1
77
hooks:
88
- id: black
99
- repo: https://github.com/commitizen-tools/commitizen
@@ -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.31.3
50+
rev: 37.35.2
5151
hooks:
5252
- id: renovate-config-validator

requirements-lint.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
-r requirements.txt
22
argcomplete==2.0.0
3-
black==23.10.0
3+
black==23.10.1
44
commitizen==3.12.0
55
flake8==6.1.0
66
isort==5.12.0
77
mypy==1.6.1
88
pylint==3.0.2
9-
pytest==7.4.2
9+
pytest==7.4.3
1010
responses==0.23.3
1111
types-PyYAML==6.0.12.12
1212
types-requests==2.31.0.10

requirements-test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ coverage==7.3.2
44
pytest-console-scripts==1.4.1
55
pytest-cov==4.1.0
66
pytest-github-actions-annotate-failures==0.2.0
7-
pytest==7.4.2
7+
pytest==7.4.3
88
PyYaml==6.0.1
99
responses==0.23.3
10-
wheel==0.41.2
10+
wheel==0.41.3

0 commit comments

Comments
 (0)