From b1f33a68aceb0e0d599f006506ab7d74a23e95f3 Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Sat, 11 Feb 2023 21:39:27 +0400 Subject: [PATCH] Bump mypy and types-*. --- tox.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tox.ini b/tox.ini index 7048391ac..b1fd06b09 100644 --- a/tox.ini +++ b/tox.ini @@ -37,13 +37,13 @@ install_command = [testenv:typing] basepython = python3 deps = - mypy==0.991 + mypy==1.0.0 types-attrs==19.1.0 types-lxml==2022.11.8 - types-Pillow==9.4.0.5 - types-Pygments==2.14.0.1 - types-pyOpenSSL==21.0.0 - types-setuptools==57.0.0 + types-Pillow==9.4.0.10 + types-Pygments==2.14.0.2 + types-pyOpenSSL==23.0.0.2 + types-setuptools==67.2.0.1 commands = mypy --show-error-codes {posargs: scrapy tests}