Update pytz to 2021.1 (#1330)

This commit is contained in:
Fabian Affolter 2021-07-16 19:12:09 +02:00 committed by GitHub
parent 5290c9364c
commit fce45ef552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ tests_require = [
"coveralls>=1.11,<2", "coveralls>=1.11,<2",
"promise>=2.3,<3", "promise>=2.3,<3",
"mock>=4.0,<5", "mock>=4.0,<5",
"pytz==2019.3", "pytz==2021.1",
"iso8601>=0.1,<2", "iso8601>=0.1,<2",
] ]