From 421e1764b4ccbbf17d516ab7ee3f5dafd03fe181 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Fri, 23 Jun 2023 23:56:56 +0200 Subject: [PATCH] update pyinstaller to fix ci (#6189) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d94a2a673..f65311927 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ dev = [ "click>=7.0,<8.2", "hypothesis>=5.8,<7", "pdoc>=4.0.0", - "pyinstaller==5.11.0", + "pyinstaller==5.12.0", "pytest-asyncio>=0.17,<0.22", "pytest-cov>=2.7.1,<4.2", "pytest-timeout>=1.3.3,<2.2",