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 Feb 26, 2024
1 parent 04c569a commit 3c4dcca
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.15.0
rev: v3.16.0
hooks:
- id: commitizen
stages: [commit-msg]
Expand All @@ -20,7 +20,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/pycqa/pylint
rev: v3.0.3
rev: v3.1.0
hooks:
- id: pylint
additional_dependencies:
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.198.0
rev: 37.214.0
hooks:
- id: renovate-config-validator
8 changes: 4 additions & 4 deletions requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
-r requirements.txt
argcomplete==2.0.0
black==24.2.0
commitizen==3.15.0
commitizen==3.16.0
flake8==7.0.0
isort==5.13.2
mypy==1.8.0
pylint==3.0.3
pytest==8.0.1
pylint==3.1.0
pytest==8.0.2
responses==0.25.0
types-PyYAML==6.0.12.12
types-requests==2.31.0.20240218
types-setuptools==69.1.0.20240217
types-setuptools==69.1.0.20240223
4 changes: 2 additions & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
-r requirements.txt
build==1.0.3
coverage==7.4.1
coverage==7.4.3
pytest-console-scripts==1.4.1
pytest-cov==4.1.0
pytest-github-actions-annotate-failures==0.2.0
pytest==8.0.1
pytest==8.0.2
PyYaml==6.0.1
responses==0.25.0
wheel==0.42.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
requests==2.31.0
requests-toolbelt==1.0.0
typing-extensions==4.9.0 ; python_version < "3.8"
typing-extensions==4.10.0 ; python_version < "3.8"

0 comments on commit 3c4dcca

Please sign in to comment.