From 0feb37743a82ee54656a8b53b829de4c670a2fa4 Mon Sep 17 00:00:00 2001 From: Katie Smith Date: Wed, 6 Apr 2022 09:37:27 +0100 Subject: [PATCH] Update pytz from 2021.3 to 2022.1 --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 9acb71fce..8d90a9873 100644 --- a/requirements.in +++ b/requirements.in @@ -17,7 +17,7 @@ pyexcel-io==0.6.6 pyexcel-xls==0.7.0 pyexcel-xlsx==0.6.0 pyexcel-ods3==0.6.0 -pytz==2021.3 +pytz==2022.1 # Should be pinned until a new gunicorn release greater than 20.1.0 comes out. (Due to eventlet v0.33 compatibility issues) git+https://github.com/benoitc/gunicorn.git@1299ea9e967a61ae2edebe191082fd169b864c64#egg=gunicorn[eventlet]==20.1.0 notifications-python-client==6.3.0 diff --git a/requirements.txt b/requirements.txt index 6aefd2981..932ed5113 100644 --- a/requirements.txt +++ b/requirements.txt @@ -170,7 +170,7 @@ python-dateutil==2.8.1 # botocore python-json-logger==2.0.1 # via notifications-utils -pytz==2021.3 +pytz==2022.1 # via # -r requirements.in # notifications-utils