From da378e08cb5f2740137e554c327e132bc645fd0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 18:00:20 +0000 Subject: [PATCH] chore(deps): bump tzdata in /src/services/processor Bumps [tzdata](https://github.com/python/tzdata) from 2025.2 to 2025.3. - [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.2...2025.3) --- updated-dependencies: - dependency-name: tzdata dependency-version: '2025.3' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/services/processor/requirements_lock.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/processor/requirements_lock.txt b/src/services/processor/requirements_lock.txt index aa31237..aafa471 100644 --- a/src/services/processor/requirements_lock.txt +++ b/src/services/processor/requirements_lock.txt @@ -91,7 +91,7 @@ tqdm==4.67.1 types-psycopg2==2.9.21.20251012 types-requests==2.32.4.20250913 typing_extensions==4.15.0 -tzdata==2025.2 +tzdata==2025.3 urllib3==2.6.1 virtualenv==20.35.4 wcwidth==0.2.14