mirror of https://github.com/scrapy/scrapy.git
Update tool versions (#6046)
This commit is contained in:
parent
e26bf4f918
commit
da39fbd270
|
|
@ -48,13 +48,13 @@ jobs:
|
|||
env:
|
||||
TOXENV: botocore
|
||||
|
||||
- python-version: "3.12.0-rc.1"
|
||||
- python-version: "3.12.0-rc.2"
|
||||
env:
|
||||
TOXENV: py
|
||||
- python-version: "3.12.0-rc.1"
|
||||
- python-version: "3.12.0-rc.2"
|
||||
env:
|
||||
TOXENV: asyncio
|
||||
- python-version: "3.12.0-rc.1"
|
||||
- python-version: "3.12.0-rc.2"
|
||||
env:
|
||||
TOXENV: extra-deps
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ repos:
|
|||
hooks:
|
||||
- id: flake8
|
||||
- repo: https://github.com/psf/black.git
|
||||
rev: 23.7.0
|
||||
rev: 23.9.1
|
||||
hooks:
|
||||
- id: black
|
||||
- repo: https://github.com/pycqa/isort
|
||||
|
|
@ -17,8 +17,8 @@ repos:
|
|||
hooks:
|
||||
- id: isort
|
||||
- repo: https://github.com/adamchainz/blacken-docs
|
||||
rev: 1.15.0
|
||||
rev: 1.16.0
|
||||
hooks:
|
||||
- id: blacken-docs
|
||||
additional_dependencies:
|
||||
- black==23.7.0
|
||||
- black==23.9.1
|
||||
|
|
|
|||
10
tox.ini
10
tox.ini
|
|
@ -33,14 +33,14 @@ install_command =
|
|||
[testenv:typing]
|
||||
basepython = python3
|
||||
deps =
|
||||
mypy==1.4.1
|
||||
mypy==1.5.1
|
||||
typing-extensions==4.7.1
|
||||
types-attrs==19.1.0
|
||||
types-lxml==2023.3.28
|
||||
types-Pillow==10.0.0.2
|
||||
types-Pygments==2.15.0.2
|
||||
types-Pillow==10.0.0.3
|
||||
types-Pygments==2.16.0.0
|
||||
types-pyOpenSSL==23.2.0.2
|
||||
types-setuptools==68.0.0.3
|
||||
types-setuptools==68.2.0.0
|
||||
# 2.1.2 fixes a typing bug: https://github.com/scrapy/w3lib/pull/211
|
||||
w3lib >= 2.1.2
|
||||
commands =
|
||||
|
|
@ -65,7 +65,7 @@ commands =
|
|||
basepython = python3
|
||||
deps =
|
||||
twine==4.0.2
|
||||
build==0.10.0
|
||||
build==1.0.3
|
||||
commands =
|
||||
python -m build --sdist
|
||||
twine check dist/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue