From 110d5fffb4eb034cb876f5339eb2c95b89d8630b Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Mon, 7 Aug 2023 12:57:48 +0400 Subject: [PATCH] Update tool versions. (#6002) --- .pre-commit-config.yaml | 8 ++++---- tox.ini | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 31e9ed1ad..5998ebef8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,11 +5,11 @@ repos: - id: bandit args: [-r, -c, .bandit.yml] - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 - repo: https://github.com/psf/black.git - rev: 23.3.0 + rev: 23.7.0 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.13.0 + rev: 1.15.0 hooks: - id: blacken-docs additional_dependencies: - - black==23.3.0 + - black==23.7.0 diff --git a/tox.ini b/tox.ini index ef7dd5854..b22ef404d 100644 --- a/tox.ini +++ b/tox.ini @@ -37,10 +37,10 @@ deps = typing-extensions==4.7.1 types-attrs==19.1.0 types-lxml==2023.3.28 - types-Pillow==10.0.0.1 - types-Pygments==2.15.0.1 - types-pyOpenSSL==23.2.0.1 - types-setuptools==68.0.0.1 + types-Pillow==10.0.0.2 + types-Pygments==2.15.0.2 + types-pyOpenSSL==23.2.0.2 + types-setuptools==68.0.0.3 commands = mypy {posargs: scrapy tests} @@ -55,7 +55,7 @@ commands = basepython = python3 deps = {[testenv:extra-deps]deps} - pylint==2.17.2 + pylint==2.17.5 commands = pylint conftest.py docs extras scrapy setup.py tests