From 25886eaf50a50773a1259b552670e48a8fe8c6c6 Mon Sep 17 00:00:00 2001 From: Teklia Bot <contact@teklia.com> Date: Tue, 1 Nov 2022 11:00:57 +0000 Subject: [PATCH] Bump Python requirement pytz to 2022.6 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6a45a220eb..7805d68902 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ drf-spectacular==0.18.2 gitpython==3.1.27 python-gitlab==2.10.1 python-memcached==1.59 -pytz==2022.2.1 +pytz==2022.6 PyYAML==6.0 requests==2.28.1 sentry-sdk==1.11.1 -- GitLab