From 1c106d961a2e53a6b94f1eda6ae920feaa242feb Mon Sep 17 00:00:00 2001 From: "infrabits-pipup[bot]" <108620213+infrabits-pipup[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 06:25:16 +0000 Subject: [PATCH] pipup: 2 dependencies updated in dev-requirements.txt * pytest: 8.0.0 -> 8.0.1 * tox: 4.12.1 -> 4.13.0 --- dev-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index f446825..bfe3ec7 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,4 @@ -tox==4.12.1 -pytest==8.0.0 +tox==4.13.0 +pytest==8.0.1 pylama==8.4.1 mypy==1.8.0