update dependencies

This commit is contained in:
Maximilian Hils 2019-10-06 14:00:02 +02:00 committed by GitHub
parent fed3d3eb37
commit c88d3a9431
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
]
}
)