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 JohnVillalovos committed Dec 25, 2023
1 parent c01988b commit d7bdb02
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Python Semantic Release
id: release
uses: python-semantic-release/python-semantic-release@v8.5.1
uses: python-semantic-release/python-semantic-release@v8.7.0
with:
github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}

Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -3,7 +3,7 @@ default_language_version:

repos:
- repo: https://github.com/psf/black
rev: 23.12.0
rev: 23.12.1
hooks:
- id: black
- repo: https://github.com/commitizen-tools/commitizen
Expand All @@ -30,7 +30,7 @@ repos:
- requests-toolbelt==1.0.0
files: 'gitlab/'
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.1
rev: v1.8.0
hooks:
- id: mypy
args: []
Expand All @@ -47,6 +47,6 @@ repos:
- id: rst-directive-colons
- id: rst-inline-touching-normal
- repo: https://github.com/maxbrunet/pre-commit-renovate
rev: 37.102.0
rev: 37.107.0
hooks:
- id: renovate-config-validator
4 changes: 2 additions & 2 deletions requirements-lint.txt
@@ -1,10 +1,10 @@
-r requirements.txt
argcomplete==2.0.0
black==23.12.0
black==23.12.1
commitizen==3.13.0
flake8==6.1.0
isort==5.13.2
mypy==1.7.1
mypy==1.8.0
pylint==3.0.3
pytest==7.4.3
responses==0.24.1
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
@@ -1,6 +1,6 @@
-r requirements.txt
build==1.0.3
coverage==7.3.3
coverage==7.3.4
pytest-console-scripts==1.4.1
pytest-cov==4.1.0
pytest-github-actions-annotate-failures==0.2.0
Expand Down

0 comments on commit d7bdb02

Please sign in to comment.