From 7d464f76d33b2b1d615c19ace575bc31b2e96e23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 16:36:10 +0000 Subject: [PATCH] Update tzdata requirement from ~=2024.1 to ~=2024.2 Updates the requirements on [tzdata](https://github.com/python/tzdata) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9968f42..f96705c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ pydantic-settings~=2.5.2 jinja2~=3.1.4 httpx~=0.27.2 beautifulsoup4~=4.12.3 -tzdata~=2024.1 +tzdata~=2024.2 uvicorn[standard]~=0.31.0