diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2021-10-04 12:34:19 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-04 12:34:19 -0600 |
commit | c49ddba6e736d3070bc7da9998f46af79a18c764 (patch) | |
tree | e3e4d99227d038fc6ed83cbc8a2e1abf08bb1419 | |
parent | c37b6af5577584f6ab0a08a161d9d657741341ea (diff) | |
parent | 8dbf26ed30bbfdb2e5656432d30f9e6c89fc9113 (diff) | |
download | numpy-c49ddba6e736d3070bc7da9998f46af79a18c764.tar.gz |
Merge pull request #20029 from numpy/dependabot/pip/pytz-2021.3
MAINT: Bump pytz from 2021.1 to 2021.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 6b6211872..1ef8fdbc7 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -3,7 +3,7 @@ wheel<0.37.1 setuptools<49.2.0 hypothesis==6.23.0 pytest==6.2.5 -pytz==2021.1 +pytz==2021.3 pytest-cov==2.12.1 pickle5; python_version == '3.7' and platform_python_implementation != 'PyPy' # for numpy.random.test.test_extending |