From 6fa6d87824781e6dba8885a9df367496ca0ace9b Mon Sep 17 00:00:00 2001 From: "infrabits-pipup[bot]" <108620213+infrabits-pipup[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 06:35:51 +0000 Subject: [PATCH 1/2] pipup: 1 dependencies updated in requirements.txt * click: 8.1.7 -> 8.1.8 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2f72dd5..048bf9b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -click==8.1.7 +click==8.1.8 From a364d386cee2a04fb8a6765a92a328eb32554137 Mon Sep 17 00:00:00 2001 From: "infrabits-pipup[bot]" <108620213+infrabits-pipup[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 06:35:52 +0000 Subject: [PATCH 2/2] pipup: 3 dependencies updated in dev-requirements.txt * mypy: 1.10.1 -> 1.14.0 * pytest: 8.2.2 -> 8.3.4 * tox: 4.16.0 -> 4.23.2 --- dev-requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index ce4325e..530c38a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,4 @@ -tox==4.16.0 -pytest==8.2.2 +tox==4.23.2 +pytest==8.3.4 pylama==8.4.1 -mypy==1.10.1 +mypy==1.14.0