From 2316ec9b43be4390002189816f5736fcbc909eb4 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Thu, 27 Oct 2022 07:15:47 +1300 Subject: [PATCH] [requires.io] dependency update on main branch (#5685) * [requires.io] dependency update * Update setup.py Co-authored-by: requires.io Co-authored-by: Maximilian Hils --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2fa2e5dc3..226ac5755 100644 --- a/setup.py +++ b/setup.py @@ -108,11 +108,11 @@ setup( "hypothesis>=5.8,<7", "parver>=0.1,<2.0", "pdoc>=4.0.0", - "pyinstaller==5.6", + "pyinstaller==5.6.1", "pytest-asyncio>=0.17,<0.21", "pytest-cov>=2.7.1,<4.1", "pytest-timeout>=1.3.3,<2.2", - "pytest-xdist>=2.1.0,<3", + "pytest-xdist>=2.1.0,<3.1", "pytest>=6.1.0,<8", "requests>=2.9.1,<3", "tox>=3.5,<4",