From 10a1da387ecb123491776612da7958b81f039850 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 14:03:57 +0000 Subject: [PATCH] Update pytz requirement from ~=2022.2 to ~=2022.4 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/commits) --- 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 854badb..0a9085e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ setuptools~=65.4.1 lxml~=4.9.1 -pytz~=2022.2 +pytz~=2022.4 pytest-cov~=4.0.0 mysql-connector~=2.2.9 SQLAlchemy~=1.4.41 \ No newline at end of file