From 641ed7ce2b8c956f9db720b5ea75b4e432b7432b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 05:53:37 +0000 Subject: [PATCH] feat(Dependencies): Update dependency pytz to v2023.4 | datasource | package | from | to | | ---------- | ------- | ------------ | ------ | | pypi | pytz | 2023.3.post1 | 2023.4 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8fb048c..58bf2c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ prometheus-client==0.19.0 pycparser==2.21; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' pytz-deprecation-shim==0.1.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' -pytz==2023.3.post1 +pytz==2023.4 pytzdata==2020.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' pyyaml==6.0.2; python_version >= '3.6' regex==2023.12.25; python_version >= '3.6'