From 3a40c06ed9e4e7bf110f0eebc17a9ec77195bd1b Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Fri, 24 Feb 2023 00:16:49 +0400 Subject: [PATCH] Bump mypy and types-*. --- tox.ini | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tox.ini b/tox.ini index b78b7c125..7ca26ec49 100644 --- a/tox.ini +++ b/tox.ini @@ -37,13 +37,13 @@ install_command = [testenv:typing] basepython = python3 deps = - mypy==1.0.0 + mypy==1.0.1 types-attrs==19.1.0 - types-lxml==2022.11.8 - types-Pillow==9.4.0.10 - types-Pygments==2.14.0.2 - types-pyOpenSSL==23.0.0.2 - types-setuptools==67.2.0.1 + types-lxml==2023.2.11 + types-Pillow==9.4.0.16 + types-Pygments==2.14.0.5 + types-pyOpenSSL==23.0.0.4 + types-setuptools==67.4.0.1 commands = mypy --show-error-codes {posargs: scrapy tests}