From 3a0b6c2215f3aa45cb9949a119fd141ca613c3aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 19:09:06 +0000 Subject: [PATCH] Update pytz requirement from ~=2022.1 to ~=2023.3 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_2023.3) --- 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..4cc9215 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~=2023.3