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",