From eb051e73b451f29b34ae4527b2d3c8cbf148082c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 04:05:52 +0000 Subject: [PATCH] chore(deps): bump pytz from 2021.3 to 2024.1 Bumps [pytz](https://github.com/stub42/pytz) from 2021.3 to 2024.1. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2021.3...release_2024.1) --- 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 011f44b..7afa23a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ pandas==1.5.3 numpy==1.24.2 python-dateutil==2.8.2 scikit-learn==1.2.1 -pytz==2021.3 +pytz==2024.1 scipy==1.10.1 six==1.16.0 Werkzeug==2.2.3