From 57b82ebdd1256a8718f54d637370d3ccf38e7570 Mon Sep 17 00:00:00 2001 From: "infrabits-pipup[bot]" <108620213+infrabits-pipup[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 06:28:22 +0000 Subject: [PATCH] pipup: 2 dependencies updated in dev-requirements.txt * mypy: 1.6.0 -> 1.6.1 * types-requests: 2.31.0.9 -> 2.31.0.10 --- dev-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 95982e3..953057a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ tox==4.11.3 pytest==7.4.2 pylama==8.4.1 -mypy==1.6.0 +mypy==1.6.1 types-PyYAML==6.0.12.12 -types-requests==2.31.0.9 +types-requests==2.31.0.10