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 Nov 13, 2023
1 parent d0546e0 commit 91e66e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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.10.1
rev: 23.11.0
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.6.1
rev: v1.7.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.46.0
rev: 37.56.3
hooks:
- id: renovate-config-validator
6 changes: 3 additions & 3 deletions requirements-lint.txt
@@ -1,13 +1,13 @@
-r requirements.txt
argcomplete==2.0.0
black==23.10.1
black==23.11.0
commitizen==3.12.0
flake8==6.1.0
isort==5.12.0
mypy==1.6.1
mypy==1.7.0
pylint==3.0.2
pytest==7.4.3
responses==0.24.0
types-PyYAML==6.0.12.12
types-requests==2.31.0.10
types-setuptools==68.2.0.0
types-setuptools==68.2.0.1

0 comments on commit 91e66e9

Please sign in to comment.