diff --git a/setup.py b/setup.py index c9c663c8a..9ab4438d6 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ setup( "Brotli>=1.0,<1.1", "certifi>=2019.9.11", # no semver here - this should always be on the last release! "click>=7.0,<8", - "cryptography>=2.9,<3.0", + "cryptography>=3.0,<3.1", "flask>=1.1.1,<1.2", "h2>=3.2.0,<4", "hyperframe>=5.1.0,<6", @@ -74,18 +74,18 @@ setup( "ldap3>=2.8,<2.9", "msgpack>=1.0.0, <1.1.0", "passlib>=1.6.5, <1.8", - "protobuf>=3.6.0, <3.12", + "protobuf>=3.6.0, <3.14", "pyasn1>=0.3.1,<0.5", "pyOpenSSL>=19.1.0,<19.2", "pyparsing>=2.4.2,<2.5", "pyperclip>=1.6.0,<1.9", "ruamel.yaml>=0.16,<0.17", - "sortedcontainers>=2.1.0,<2.2", + "sortedcontainers>=2.1,<2.3", "tornado>=4.3,<7", "urwid>=2.1.1,<2.2", "wsproto>=0.14,<0.16", "publicsuffix2>=2.20190812,<3", - "zstandard>=0.11,<0.14", + "zstandard>=0.11,<0.15", ], extras_require={ ':sys_platform == "win32"': [ @@ -97,15 +97,15 @@ setup( 'dev': [ "asynctest>=0.12.0", "Flask>=1.0,<1.2", - "hypothesis>=5.8,<5.9", + "hypothesis>=5.8,<5.30", "parver>=0.1,<2.0", - "pytest-asyncio>=0.10.0,<0.11", + "pytest-asyncio>=0.10.0,<0.14", "pytest-cov>=2.7.1,<3", "pytest-timeout>=1.3.3,<2", - "pytest-xdist>=1.29,<2", - "pytest>=5.1.3,<6", + "pytest-xdist>=1.29,<2.2", + "pytest>=5.1.3,<7", "requests>=2.9.1,<3", - "tox>=3.5,<3.15", + "tox>=3.5,<3.20", ] } )