summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-10-07 10:57:28 +0000
committerGitHub <noreply@github.com>2019-10-07 10:57:28 +0000
commit895876d94afb7cb4654950510fcda7d67e41e832 (patch)
tree1e10a8e0a3691b71872c27a7db4030186cbbb0ad
parentb8445583d506aeb9da3897801132279e977b4427 (diff)
downloadnumpy-dependabot/pip/pytz-2019.3.tar.gz
MAINT: Bump pytz from 2019.2 to 2019.3dependabot/pip/pytz-2019.3
Bumps [pytz](https://github.com/stub42/pytz) from 2019.2 to 2019.3. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2019.2...release_2019.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--test_requirements.txt2
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'