Prep release 2.0.7 (#3920)

* Temporarily downgrade werkzeug until we fix the tests

* ChangeLog for release 2.0.7
This commit is contained in:
Bert Blommers 2021-05-12 08:55:50 +01:00 committed by GitHub
commit 1fc09b5863
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 35 additions and 5 deletions

View file

@ -36,7 +36,8 @@ install_requires = [
"requests>=2.5",
"xmltodict",
"six>1.9",
"werkzeug",
# TODO: werkzeug 2.x currently breaks test_s3_server_post_without_content_length
"werkzeug<2.0.0",
"pytz",
"python-dateutil<3.0.0,>=2.1",
"responses>=0.9.0",