From 4027904a11b7f59fdcb6833730b5b2cbc8b82777 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 17:03:31 +0000 Subject: [PATCH] Bump pytz from 2022.7 to 2022.7.1 Bumps [pytz](https://github.com/stub42/pytz) from 2022.7 to 2022.7.1. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2022.7...release_2022.7.1) --- 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 b69f5fc2..29849b0b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ PyJWT==2.6.0 pyparsing==3.0.9 python-dateutil==2.8.2 python-twitter==3.5 -pytz==2022.7 +pytz==2022.7.1 requests==2.28.1 requests-oauthlib==1.3.1 rumps==0.4.0; platform_system == "Darwin"