From 0a7f823b73f018ebcedad520cd966ee1c5879422 Mon Sep 17 00:00:00 2001 From: "infrabits-pipup[bot]" <108620213+infrabits-pipup[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 06:33:08 +0000 Subject: [PATCH] pipup: 2 dependencies updated in dev-requirements.txt * mypy: 1.10.1 -> 1.11.1 * pytest: 8.2.2 -> 8.3.2 --- dev-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index ce4325e..676e427 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,4 @@ tox==4.16.0 -pytest==8.2.2 +pytest==8.3.2 pylama==8.4.1 -mypy==1.10.1 +mypy==1.11.1