From 1fd16c99a26de01cdca881703efb270478596d28 Mon Sep 17 00:00:00 2001 From: Teklia Bot <contact@teklia.com> Date: Thu, 18 Aug 2022 11:01:20 +0000 Subject: [PATCH] Bump Python requirement pytz to 2022.2.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 10b4599b5b..73603788a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ drf-spectacular==0.18.2 gitpython==3.1.27 python-gitlab==2.10.1 python-memcached==1.59 -pytz==2022.1 +pytz==2022.2.1 PyYAML==6.0 requests==2.27.1 sentry-sdk==1.9.5 -- GitLab