From aa2344cae2e22d2c0a27b8ddf471f94767b986bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 09:04:00 +0000 Subject: [PATCH] Bump pytz from 2020.4 to 2022.2.1 Bumps [pytz](https://github.com/stub42/pytz) from 2020.4 to 2022.2.1. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2020.4...release_2022.2.1) --- updated-dependencies: - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 404e326..64f550d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Flask-SQLAlchemy==2.4.4 nose==1.3.7 email_validator==1.1.2 iso3166==1.0.1 -pytz==2020.4 +pytz==2022.2.1 isbnlib==3.10.4 py-moneyed==0.8.0 schwifty==2020.11.0 \ No newline at end of file diff --git a/setup.py b/setup.py index eb36d1e..ac3ae5b 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ 'Flask-SQLAlchemy==2.4.4', 'email_validator==1.1.2', 'iso3166==1.0.1', - 'pytz==2020.4', + 'pytz==2022.2.1', 'isbnlib==3.10.4', 'py-moneyed==0.8.0', 'schwifty==2020.11.0'