From 805ae6dd7a6f70b6d9aa44ba2c70dfd26726f5f9 Mon Sep 17 00:00:00 2001 From: "infrabits-pipup[bot]" <108620213+infrabits-pipup[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 06:33:45 +0000 Subject: [PATCH] pipup: 3 dependencies updated in requirements-dev.txt * mypy: 0.991 -> 1.14.1 * pytest: 7.2.1 -> 8.3.4 * tox: 4.4.4 -> 4.23.2 --- requirements-dev.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index e8adeae..614b57b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -tox==4.4.4 -pytest==7.2.1 +tox==4.23.2 +pytest==8.3.4 pylama==8.4.1 -mypy==0.991 +mypy==1.14.1