From 335ebca123c32a855e8b256608541ada70d1d576 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 14:33:05 +0000 Subject: [PATCH] build(deps): bump tzdata from 2025.1 to 2025.2 Bumps [tzdata](https://github.com/python/tzdata) from 2025.1 to 2025.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/2025.1...2025.2) --- updated-dependencies: - dependency-name: tzdata dependency-version: '2025.2' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8e31dd2..730f64c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -54,5 +54,5 @@ typing-extensions==4.13.2 # pydantic # pydantic-core # sqlalchemy -tzdata==2025.1 +tzdata==2025.2 # via psycopg