Skip to content

Commit 3b36458

Browse files
authored
Merge pull request #171 from andthum/dependabot/pip/pre-commit-gte-3.0-and-lt-5.0
Update pre-commit requirement from <4.0,>=3.0 to >=3.0,<5.0
2 parents 7e34fb1 + 1061964 commit 3b36458

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ci:
3030

3131
repos:
3232
- repo: "https://github.com/pre-commit/pre-commit-hooks"
33-
rev: "v4.6.0"
33+
rev: "v5.0.0"
3434
hooks:
3535
### Git ###
3636
# Protect specific branches from direct check-ins.
@@ -108,7 +108,7 @@ repos:
108108
- id: "check-pre-commit-ci-config"
109109

110110
- repo: "https://github.com/python-jsonschema/check-jsonschema"
111-
rev: "0.29.0"
111+
rev: "0.29.4"
112112
hooks:
113113
# Validate Dependabot Config (v2) against the schema provided by
114114
# SchemaStore.
@@ -176,7 +176,7 @@ repos:
176176
- "--color"
177177

178178
- repo: "https://github.com/PyCQA/flake8"
179-
rev: "7.1.0"
179+
rev: "7.1.1"
180180
hooks:
181181
# Lint Python code with Flake8.
182182
- id: "flake8"
@@ -195,7 +195,7 @@ repos:
195195
- "pep8-naming >=0.1, <1.0"
196196

197197
- repo: "https://github.com/PyCQA/bandit"
198-
rev: "1.7.9"
198+
rev: "1.7.10"
199199
hooks:
200200
# Check code security with bandit.
201201
- id: "bandit"

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ flake8-pytest-style >=2.0, <3.0
1919
flake8-rst-docstrings >=0.2.6, <1.0
2020
isort >=5.0, <6.0
2121
pep8-naming >=0.1, <1.0
22-
pre-commit >=3.0, <4.0
22+
pre-commit >=4.0, <5.0
2323
pytest >=8.0, <9.0
2424
shellcheck-py >=0.1, <1.0
2525
shfmt-py >=3.0, <4.0

0 commit comments

Comments
 (0)