Skip to content

Commit 33e8236

Browse files
committed
Bump tool versions.
1 parent 1732cc4 commit 33e8236

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ repos:
44
hooks:
55
- id: isort
66
- repo: https://github.com/psf/black
7-
rev: 24.2.0
7+
rev: 24.10.0
88
hooks:
99
- id: black
1010
- repo: https://github.com/pycqa/flake8
11-
rev: 7.1.0
11+
rev: 7.1.1
1212
hooks:
1313
- id: flake8
1414
additional_dependencies:
1515
- flake8-docstrings
1616
- flake8-print
1717
- repo: https://github.com/adamchainz/blacken-docs
18-
rev: 1.16.0
18+
rev: 1.19.0
1919
hooks:
2020
- id: blacken-docs
2121
additional_dependencies:
22-
- black==24.2.0
22+
- black==24.10.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.black]
2-
target-version = ["py38", "py39", "py310", "py311"]
2+
target-version = ["py39", "py310", "py311", "py312", "py313"]
33

44
[tool.isort]
55
profile = "black"

tox.ini

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ deps =
109109
[testenv:mypy]
110110
extras = provider
111111
deps =
112-
mypy==1.8.0
113-
types-setuptools
112+
mypy==1.11.2
113+
pytest
114114

115115
commands = mypy scrapy_zyte_api tests
116116

@@ -120,9 +120,10 @@ commands = pre-commit run --all-files --show-diff-on-failure
120120

121121
[testenv:twine-check]
122122
deps =
123-
twine
123+
twine==5.1.1
124+
build==1.2.2
124125
commands =
125-
python setup.py sdist
126+
python -m build --sdist
126127
twine check dist/*
127128

128129
[testenv:docs]

0 commit comments

Comments
 (0)