From 3cfbb048203cf51a7def6455b39107709a3ab343 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 18:02:20 +0000 Subject: [PATCH] Update pytz requirement from ~=2022.1 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.1...release_2022.7.1) --- 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 7c8e463..e950139 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,4 +13,4 @@ icalendar~=4.0.9 -e git+https://github.com/devjones/PyEtherpadLite.git#egg=PyEtherpadLite python-dateutil~=2.8.2 python-magic~=0.4.27 -pytz~=2022.1 +pytz~=2022.7