From 24ae4576c87f98a89f7b421ae8c588297adfe8ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 23:05:57 +0000 Subject: [PATCH] Bump pytz from 2020.4 to 2022.1 Bumps [pytz](https://github.com/stub42/pytz) from 2020.4 to 2022.1. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2020.4...release_2022.1) --- 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 5c988c4..6a8cb5a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ asgiref==3.3.1 Django==3.1.3 gunicorn==20.0.4 psycopg2==2.8.6 -pytz==2020.4 +pytz==2022.1 sqlparse==0.4.1 whitenoise==5.2.0 requests==2.25.1