diff --git a/.github/workflows/tests-ubuntu.yml b/.github/workflows/tests-ubuntu.yml index c2b686628..5ff92a571 100644 --- a/.github/workflows/tests-ubuntu.yml +++ b/.github/workflows/tests-ubuntu.yml @@ -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 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5998ebef8..0cff5cc73 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/tox.ini b/tox.ini index 3ed8b6f63..9c2522a43 100644 --- a/tox.ini +++ b/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/*