From 36ac524c3f7f9a1b79fdb3c95c36679bfbe9ec6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:35:32 +0100 Subject: [PATCH 1/3] chore: Bump wheel from 0.42.0 to 0.43.0 (#149) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Manuel Holtgrewe --- requirements/develop.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/develop.txt b/requirements/develop.txt index fc882e9..0a141aa 100644 --- a/requirements/develop.txt +++ b/requirements/develop.txt @@ -1,7 +1,7 @@ -r test_black.txt pip==24.0 -wheel==0.42.0 +wheel==0.43.0 watchdog==4.0.0 From 9b9009fa63bcf51c71d69cca2f303582e64f03b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:36:31 +0100 Subject: [PATCH 2/3] chore: Bump tox from 4.12.1 to 4.15.0 (#154) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Manuel Holtgrewe --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 9a91ca4..563c7cf 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,7 +1,7 @@ -r base.txt # Multi-environment testing -tox ==4.12.1 +tox ==4.15.0 # Wonderful py.test for testing pytest >=3.6.0 From 7e42f163a2331126b2f83394764c89376060b57c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:36:40 +0100 Subject: [PATCH 3/3] chore: Bump black from 24.1.1 to 24.4.2 (#155) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Manuel Holtgrewe --- requirements/test_black.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test_black.txt b/requirements/test_black.txt index 870ba41..755185d 100644 --- a/requirements/test_black.txt +++ b/requirements/test_black.txt @@ -4,4 +4,4 @@ -r test.txt # Black for formatting -black == 24.1.1 +black == 24.4.2