File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -16,26 +16,26 @@ repos:
1616 exclude : ^fuzz/generated/
1717
1818 - repo : https://github.com/psf/black-pre-commit-mirror
19- rev : 24.10 .0
19+ rev : 25.1 .0
2020 hooks :
2121 - id : black
2222 exclude : ^fuzz/generated/
2323
2424 - repo : https://github.com/asottile/pyupgrade
25- rev : v3.19.1
25+ rev : v3.20.0
2626 hooks :
2727 - id : pyupgrade
2828 exclude : ^fuzz/generated/
2929 args : ["--py38-plus"]
3030
3131 - repo : https://github.com/pycqa/flake8
32- rev : 7.2 .0
32+ rev : 7.3 .0
3333 hooks :
3434 - id : flake8
3535 exclude : ^fuzz/generated/|bandit\.conf$
3636
3737 - repo : https://github.com/PyCQA/bandit
38- rev : 1.8.3
38+ rev : 1.8.6
3939 hooks :
4040 - id : bandit
4141 exclude : ^fuzz/generated/
4747 - id : gitlint
4848
4949 - repo : https://github.com/pre-commit/mirrors-mypy
50- rev : v1.15.0
50+ rev : v1.17.1
5151 hooks :
5252 - id : mypy
5353 additional_dependencies :
Original file line number Diff line number Diff line change 11bandit; python_version <= "3.8"
2- bandit==1.8.3 ; python_version > "3.8"
3- black==24.10 .0; python_version > "3.8"
2+ bandit==1.8.6 ; python_version > "3.8"
3+ black==25.1 .0; python_version > "3.8"
44black; python_version <= "3.8"
55build
66isort; python_version < "3.8"
@@ -9,11 +9,11 @@ pre-commit; python_version <= "3.8"
99pre-commit==4.2.0; python_version > "3.8"
1010codespell==v2.4.1
1111flake8; python_version < "3.8"
12- flake8==7.2 .0; python_version >= "3.8"
12+ flake8==7.3 .0; python_version >= "3.8"
1313gitlint==v0.19.1
1414interrogate
1515jsonschema
16- mypy==v1.15.0
16+ mypy==v1.17.1
1717playwright
1818pytest>=7.2.0
1919pytest-asyncio
You can’t perform that action at this time.
0 commit comments