From c2be5c1f864eb5afe9b5858d81d4f3efcd865a7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 12:11:11 +0000 Subject: [PATCH] Bump pytz from 2022.7 to 2023.2 Bumps [pytz](https://github.com/stub42/pytz) from 2022.7 to 2023.2. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2022.7...release_2023.2) --- updated-dependencies: - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-major ... 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..d0c039fc8 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 == 2023.2 tzlocal == 4.2 types-PyYAML == 6.0.* requests == 2.28.*