From 74aa5cea560c07eeff476d7c409237751f3ea7e0 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Thu, 17 Jun 2021 20:10:50 +0200 Subject: [PATCH] [requires.io] dependency update (#4641) Co-authored-by: requires.io --- tox.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tox.ini b/tox.ini index 8963dcf6f..f0d5ca74f 100644 --- a/tox.ini +++ b/tox.ini @@ -30,11 +30,11 @@ commands = [testenv:mypy] deps = mypy==0.902 - types-certifi==0.1.3 - types-Flask==1.1.0 - types-Werkzeug==1.0.1 - types-requests==0.1.11 - types-cryptography==3.3.2 + types-certifi==0.1.4 + types-Flask==1.1.1 + types-Werkzeug==1.0.2 + types-requests==0.1.12 + types-cryptography==3.3.3 commands = mypy {posargs}