From 70c84af1c3e6051438668bf9e172a52e336a6a8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 16:02:33 +0000 Subject: [PATCH] Bump pytz from 2020.1 to 2022.7 Bumps [pytz](https://github.com/stub42/pytz) from 2020.1 to 2022.7. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2020.1...release_2022.7) --- updated-dependencies: - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 0d4a03b8..4c135a1d 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -5,7 +5,7 @@ pandas==1.4.0 pyarrow==6.0.1 pyspark==3.1.2 python-dateutil==2.8.2 -pytz==2020.1 +pytz==2022.7 scipy==1.7.3 six==1.16.0 wheel==0.37.1