From 8bbac43053a905887ca8369622165febc2b33405 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 23:01:56 +0000 Subject: [PATCH] build(deps): update pytz requirement from ~=2022.6 to ~=2022.7 Updates the requirements on [pytz](https://github.com/stub42/pytz) to permit the latest version. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2022.6...release_2022.7) --- updated-dependencies: - dependency-name: pytz dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8ea2fd6..ebf4448 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ tzlocal~=4.2 -pytz~=2022.6 +pytz~=2022.7 k3ut~=0.1.15