From 04269a05a7fe6c2d139223d9ba6fb4c5f3f8c5ce Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 18 Oct 2022 17:02:29 -0400 Subject: [PATCH] Update pytz from 2019.3 to 2022.5 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index bed373f..07ca508 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,6 +2,6 @@ bumpversion==0.5.3 coverage==4.5.4 flake8==3.7.9 pytest==5.3.1 -pytz==2019.3 +pytz==2022.5 Sphinx==2.2.2 tox==3.14.2