diff --git a/setup.py b/setup.py index 83981efb5..3b9e1605c 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ setup( "blinker>=1.4, <1.5", "Brotli>=1.0,<1.1", "certifi>=2019.9.11", # no semver here - this should always be on the last release! - "click>=6.2, <7", + "click>=7.0,<8", "cryptography>=2.1.4,<2.5", "h2>=3.0.1,<4", "hyperframe>=5.1.0,<6", @@ -104,7 +104,7 @@ setup( "rstcheck>=2.2,<4.0", ], 'examples': [ - "beautifulsoup4>=4.4.1,<4.7" + "beautifulsoup4>=4.4.1,<4.9" ] } )