From 710936d628d8466301f69497efb59121b5605174 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 07:27:26 +0000 Subject: [PATCH] Bump pytz from 2023.3.post1 to 2023.4 (#221) Bumps [pytz](https://github.com/stub42/pytz) from 2023.3.post1 to 2023.4. - [Commits](https://github.com/stub42/pytz/compare/release_2023.3.post1...release_2023.4) --- updated-dependencies: - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: konstantin --- dev_requirements/requirements-type_check.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev_requirements/requirements-type_check.txt b/dev_requirements/requirements-type_check.txt index acd0d341..bb6a6ad5 100644 --- a/dev_requirements/requirements-type_check.txt +++ b/dev_requirements/requirements-type_check.txt @@ -30,7 +30,7 @@ pytest==7.4.4 # via -r dev_requirements/requirements-type_check.in python-dateutil==2.8.2 # via pandas -pytz==2023.3.post1 +pytz==2023.4 # via pandas six==1.16.0 # via python-dateutil diff --git a/requirements.txt b/requirements.txt index c2ad1556..8028d165 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ python-dateutil==2.8.2 # via pandas python-docx==1.1.0 # via -r requirements.in -pytz==2023.3.post1 +pytz==2023.4 # via pandas six==1.16.0 # via python-dateutil