From 2cb5e9bd5c0e40a0abc199f04352abf33aa6324b Mon Sep 17 00:00:00 2001 From: "infrabits-pipup[bot]" <108620213+infrabits-pipup[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 06:27:58 +0000 Subject: [PATCH] pipup: 5 dependencies updated in dev-requirements.txt * mypy: 1.4.1 -> 1.6.1 * pytest: 7.4.0 -> 7.4.2 * tox: 4.6.4 -> 4.11.3 * types-PyYAML: 6.0.12.11 -> 6.0.12.12 * types-requests: 2.31.0.2 -> 2.31.0.10 --- dev-requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 4939bf6..953057a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ -tox==4.6.4 -pytest==7.4.0 +tox==4.11.3 +pytest==7.4.2 pylama==8.4.1 -mypy==1.4.1 -types-PyYAML==6.0.12.11 -types-requests==2.31.0.2 +mypy==1.6.1 +types-PyYAML==6.0.12.12 +types-requests==2.31.0.10