diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-12-28 07:08:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-28 07:08:37 +0000 |
commit | fe2c1015122f66943ef41af09c111a701f0fce0c (patch) | |
tree | efe2dbfa33063cc5123f8ba33ab80c6a86bad267 /test_requirements.txt | |
parent | a31071b0b4c8a6f5cb5999b6e04f5ba6057fd546 (diff) | |
download | numpy-fe2c1015122f66943ef41af09c111a701f0fce0c.tar.gz |
MAINT: Bump pytz from 2020.4 to 2020.5
Bumps [pytz](https://github.com/stub42/pytz) from 2020.4 to 2020.5.
- [Release notes](https://github.com/stub42/pytz/releases)
- [Commits](https://github.com/stub42/pytz/compare/release_2020.4...release_2020.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'test_requirements.txt')
-rw-r--r-- | test_requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_requirements.txt b/test_requirements.txt index 2a4f64ca5..6c074a316 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -3,7 +3,7 @@ wheel<0.36.3 setuptools<49.2.0 hypothesis==5.43.3 pytest==6.2.1 -pytz==2020.4 +pytz==2020.5 pytest-cov==2.10.1 pickle5; python_version == '3.7' and platform_python_implementation != 'PyPy' # for numpy.random.test.test_extending |