From 1fd9353d4d03714f10d135170f7e6b2b08e81570 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 12:20:13 +0530 Subject: [PATCH] Python dependency: Update pytz requirement from ==2022.* to ==2023.* (#6045) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d0864cad2..eb0e6c350 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ Flask-Security-Too==5.1.* Flask-SocketIO==5.3.* WTForms==3.0.* passlib==1.* -pytz==2022.* +pytz==2023.* speaklater3==1.* sqlparse==0.* psutil==5.9.*