From 271c219766b58822ab56b4973ba4f82fc3f53136 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 04:01:33 +0000 Subject: [PATCH] Bump pytz from 2020.1 to 2023.3.post1 Bumps [pytz](https://github.com/stub42/pytz) from 2020.1 to 2023.3.post1. - [Commits](https://github.com/stub42/pytz/compare/release_2020.1...release_2023.3.post1) --- updated-dependencies: - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 43ebc37..52bede4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ pyparsing==2.4.7 pytest==5.4.3 python-dateutil==2.8.1 python-dotenv==0.13.0 -pytz==2020.1 +pytz==2023.3.post1 six==1.16.0 SQLAlchemy==1.3.20 wcwidth==0.2.4