From d6f03d7a073ce26bf583af822fedb8e6c5e3038e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 20:14:30 +0000 Subject: [PATCH] chore(deps): bump tzdata from 2024.1 to 2024.2 in /application Bumps [tzdata](https://github.com/python/tzdata) from 2024.1 to 2024.2. - [Release notes](https://github.com/python/tzdata/releases) - [Changelog](https://github.com/python/tzdata/blob/master/NEWS.md) - [Commits](https://github.com/python/tzdata/compare/2024.1...2024.2) --- updated-dependencies: - dependency-name: tzdata dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- application/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/requirements.txt b/application/requirements.txt index c363d8374..9dc478160 100644 --- a/application/requirements.txt +++ b/application/requirements.txt @@ -77,7 +77,7 @@ tqdm==4.66.5 transformers==4.44.2 typing-extensions==4.12.2 typing-inspect==0.9.0 -tzdata==2024.1 +tzdata==2024.2 urllib3==2.2.3 vine==5.1.0 wcwidth==0.2.13