diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2019-10-07 15:02:04 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-07 15:02:04 -0700 |
commit | 2d9601b580adc6b5e5564f512c7192563b0dd485 (patch) | |
tree | 1e10a8e0a3691b71872c27a7db4030186cbbb0ad | |
parent | b8445583d506aeb9da3897801132279e977b4427 (diff) | |
parent | 895876d94afb7cb4654950510fcda7d67e41e832 (diff) | |
download | numpy-2d9601b580adc6b5e5564f512c7192563b0dd485.tar.gz |
Merge pull request #14654 from numpy/dependabot/pip/pytz-2019.3
MAINT: Bump pytz from 2019.2 to 2019.3
-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 878a3b60b..00ed03dc9 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,6 +1,6 @@ cython==0.29.13 pytest==5.2.0 -pytz==2019.2 +pytz==2019.3 pytest-cov==2.7.1 pickle5; python_version == '3.7' pickle5; python_version == '3.6' and platform_python_implementation != 'PyPy' |