From 7d88f137a3f895ac12add05b242a4e43566d7ac0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 01:52:07 +0000 Subject: [PATCH] Bump pytz from 2023.3 to 2023.3.post1 Bumps [pytz](https://github.com/stub42/pytz) from 2023.3 to 2023.3.post1. - [Commits](https://github.com/stub42/pytz/compare/release_2023.3...release_2023.3.post1) --- updated-dependencies: - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 92a73f6..9d7ce31 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ boto3==1.28.40 click==8.1.7 toolz==0.12.0 dateparser==1.1.8 -pytz==2023.3 +pytz==2023.3.post1 ruamel.yaml==0.17.32