From 6fd875694df892fe85cce567b11843d2511deab5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 23:08:18 +0000 Subject: [PATCH] Bump pytz from 2021.3 to 2022.5 Bumps [pytz](https://github.com/stub42/pytz) from 2021.3 to 2022.5. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2021.3...release_2022.5) --- updated-dependencies: - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9ed2a41..d2ac94f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ pyreadstat==1.1.4 # via dadpy (setup.py) python-dateutil==2.8.2 # via pandas -pytz==2021.3 +pytz==2022.5 # via pandas scikit-learn==1.0.2 # via sklearn