From 47cf8b7a93f643279c3e68ff7d7b563344ef4956 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 11:30:55 +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-wheels.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-wheels.txt b/requirements-wheels.txt index 094059c2f..f93eb2936 100644 --- a/requirements-wheels.txt +++ b/requirements-wheels.txt @@ -11,7 +11,7 @@ peewee_migrate == 1.6.* psutil == 5.9.* pydantic == 1.10.* PyYAML == 6.0 -pytz == 2022.7 +pytz == 2022.7.1 tzlocal == 4.2 types-PyYAML == 6.0.* requests == 2.28.*