From ea23f1cc299ec04b7af7a6798b65a2f6df0d44d7 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sun, 11 Sep 2022 23:31:14 +1200 Subject: [PATCH] [requires.io] dependency update (#5577) Co-authored-by: requires.io --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6807b63ff..ffc5067a0 100644 --- a/setup.py +++ b/setup.py @@ -106,7 +106,7 @@ setup( "hypothesis>=5.8,<7", "parver>=0.1,<2.0", "pdoc>=4.0.0", - "pyinstaller==5.4", + "pyinstaller==5.4.1", "pytest-asyncio>=0.17,<0.20", "pytest-cov>=2.7.1,<3.1", "pytest-timeout>=1.3.3,<2.2",