From 93962ebefc89e40aea71ef80954b7dce1545ef56 Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Fri, 14 Jul 2023 22:09:02 +0400 Subject: [PATCH] Bump typing package versions. --- tox.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tox.ini b/tox.ini index 223ba4258..fe7df9782 100644 --- a/tox.ini +++ b/tox.ini @@ -33,13 +33,13 @@ install_command = [testenv:typing] basepython = python3 deps = - mypy==1.2.0 + mypy==1.4.1 types-attrs==19.1.0 types-lxml==2023.3.28 - types-Pillow==9.5.0.2 - types-Pygments==2.15.0.0 - types-pyOpenSSL==23.1.0.2 - types-setuptools==67.7.0.1 + types-Pillow==10.0.0.1 + types-Pygments==2.15.0.1 + types-pyOpenSSL==23.2.0.1 + types-setuptools==68.0.0.1 commands = mypy --show-error-codes {posargs: scrapy tests}