From 4e27a56a28980ced5871afc9e35b930078bc2060 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Nov 2021 23:07:03 +0000 Subject: [PATCH] Bump pytz from 2021.1 to 2021.3 Bumps [pytz](https://github.com/stub42/pytz) from 2021.1 to 2021.3. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2021.1...release_2021.3) --- updated-dependencies: - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 431c345b4d..eaa5049230 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ importlib-metadata==4.8.1 importlib-resources==5.2.2 ipaddr==2.2.0 Jinja2==3.0.2 -jsonschema==3.2.0 +jsonschema==4.2.1 lockfile==0.12.2 MarkupSafe==2.0.1 more-itertools==8.8.0 @@ -49,7 +49,7 @@ pyparsing==2.4.7 pyrsistent==0.18.0 python-dateutil==2.8.2 pytoml==0.1.21 -pytz==2021.1 +pytz==2021.3 pytzdata==2020.1 PyYAML==6.0 regex==2021.8.28