Update tool versions (#6046)

This commit is contained in:
Andrey Rakhmatullin 2023-09-12 22:07:10 +04:00 committed by GitHub
parent e26bf4f918
commit da39fbd270
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 11 deletions

View File

@ -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

View File

@ -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
View File

@ -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/*