From 1fa4fedaa74b747955c73d096175e83b02166b48 Mon Sep 17 00:00:00 2001 From: Raphael Nestler Date: Mon, 20 May 2024 15:35:21 +0200 Subject: [PATCH 1/3] Update pytest to 8.2.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7a23cb4..9eee470 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ version = "0.1.0" [project.optional-dependencies] test = [ - "pytest ~= 6.2.5", + "pytest ~= 8.2.1", "flake8 ~= 4.0.1", "mypy == 1.5.1", "isort ~= 5.10.1", From 38726018b0829cf744b5db4b096c05c298a0c0d0 Mon Sep 17 00:00:00 2001 From: Raphael Nestler Date: Mon, 20 May 2024 15:37:21 +0200 Subject: [PATCH 2/3] Update mypy to 1.10.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9eee470..58a54b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ version = "0.1.0" test = [ "pytest ~= 8.2.1", "flake8 ~= 4.0.1", - "mypy == 1.5.1", + "mypy == 1.10.0", "isort ~= 5.10.1", ] From d5229271944d310cc4f512c5e4c516b7d43fdc86 Mon Sep 17 00:00:00 2001 From: Raphael Nestler Date: Mon, 20 May 2024 15:38:48 +0200 Subject: [PATCH 3/3] Update isort to 5.13.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 58a54b3..1da4339 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ test = [ "pytest ~= 8.2.1", "flake8 ~= 4.0.1", "mypy == 1.10.0", - "isort ~= 5.10.1", + "isort ~= 5.13.2", ] [tool.setuptools.packages.find]