Skip to content

Commit cf87226

Browse files
renovate[bot]JohnVillalovos
authored andcommitted
chore(deps): update all non-major dependencies
1 parent 509e19c commit cf87226

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

+3-3
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: v3.2.3
23+
rev: v3.2.5
2424
hooks:
2525
- id: pylint
2626
additional_dependencies:
@@ -30,7 +30,7 @@ repos:
3030
- requests-toolbelt==1.0.0
3131
files: 'gitlab/'
3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: v1.10.0
33+
rev: v1.10.1
3434
hooks:
3535
- id: mypy
3636
args: []
@@ -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.415.0
50+
rev: 37.421.2
5151
hooks:
5252
- id: renovate-config-validator

requirements-lint.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ commitizen==3.27.0
55
flake8==7.1.0
66
isort==5.13.2
77
mypy==1.10.1
8-
pylint==3.2.3
8+
pylint==3.2.5
99
pytest==8.2.2
1010
responses==0.25.3
1111
types-PyYAML==6.0.12.20240311
1212
types-requests==2.32.0.20240622
13-
types-setuptools==70.1.0.20240625
13+
types-setuptools==70.1.0.20240627

0 commit comments

Comments
 (0)