Skip to content

Commit b43b7c4

Browse files
committed
Upgrade dev dependencies.
1 parent ebfb721 commit b43b7c4

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.5.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
77
- id: check-yaml
88
- id: check-added-large-files
99
- repo: https://github.com/psf/black
10-
rev: 23.3.0
10+
rev: 24.3.0
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/PyCQA/isort
14-
rev: 5.12.0
14+
rev: 5.13.2
1515
hooks:
1616
- id: isort
1717
- repo: https://github.com/pycqa/flake8
18-
rev: 6.0.0
18+
rev: 7.0.0
1919
hooks:
2020
- id: flake8
2121
exclude: "^third_party/.*$"

requirements-dev.txt

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
mypy==1.2.0
2-
black==23.3.0
3-
isort==5.12.0
4-
flake8==6.0.0
5-
pre-commit==3.2.2
6-
pytest==7.3.1
7-
pytest-cov==4.1.0
8-
coverage==7.2.6
9-
python-dotenv==1.0.0
10-
build==0.10.0
11-
twine==4.0.2
1+
mypy==1.9.0
2+
black==24.3.0
3+
isort==5.13.2
4+
flake8==7.0.0
5+
pre-commit==3.7.0
6+
pytest==8.1.1
7+
pytest-cov==5.0.0
8+
coverage==7.4.4
9+
python-dotenv==1.0.1
10+
build==1.2.1
11+
twine==5.0.0

0 commit comments

Comments
 (0)