From 292e3b413cd6cff497e35f151e29c6d786417144 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 24 May 2021 12:54:31 +0200 Subject: [PATCH] [requires.io] dependency update on main branch (#4602) * [requires.io] dependency update * [requires.io] dependency update * Update setup.py * Update setup.py Co-authored-by: requires.io --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 4a0386755..0d37418c5 100644 --- a/setup.py +++ b/setup.py @@ -85,7 +85,7 @@ setup( "pyparsing>=2.4.2,<2.5", "pyperclip>=1.6.0,<1.9", "ruamel.yaml>=0.16,<0.18", - "sortedcontainers>=2.3,<2.4", + "sortedcontainers>=2.3,<2.5", "tornado>=4.3,<7", "urwid>=2.1.1,<2.2", "wsproto>=1.0,<1.1", @@ -97,11 +97,11 @@ setup( "pydivert>=2.0.3,<2.2", ], 'dev': [ - "hypothesis>=5.8,<6.13", + "hypothesis>=5.8,<7", "parver>=0.1,<2.0", "pdoc>=4.0.0", "pyinstaller==4.3", - "pytest-asyncio>=0.10.0,<0.14,!=0.14", + "pytest-asyncio>=0.10.0,<0.16,!=0.14", "pytest-cov>=2.7.1,<3", "pytest-timeout>=1.3.3,<2", "pytest-xdist>=2.1.0,<3",