From 94845ea7c4594fe201b64ab65e9000dce537930c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 11:31:48 +0000 Subject: [PATCH] build(deps): bump pytz from 2021.3 to 2023.4 Bumps [pytz](https://github.com/stub42/pytz) from 2021.3 to 2023.4. - [Commits](https://github.com/stub42/pytz/compare/release_2021.3...release_2023.4) --- updated-dependencies: - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9e36df2fe..925e4c436 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Flask==2.3.3 Werkzeug==2.3.7 requests==2.31.0 gunicorn==20.1.0 -pytz==2021.3 +pytz==2023.4 Flask-WTF==1.1.1 WTForms==2.3.3 email_validator==1.1.3