From 525334a26a8f743266f5524e0e91ad42b35f6006 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 20:34:06 +0000 Subject: [PATCH] build(deps): bump tzlocal from 5.3.1 to 5.4.4 in /src Bumps [tzlocal](https://github.com/regebro/tzlocal) from 5.3.1 to 5.4.4. - [Changelog](https://github.com/regebro/tzlocal/blob/master/CHANGES.txt) - [Commits](https://github.com/regebro/tzlocal/compare/5.3.1...5.4.4) --- updated-dependencies: - dependency-name: tzlocal dependency-version: 5.4.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 51fe36f5..203cbbd9 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -12,6 +12,6 @@ sqlalchemy==2.0.51 sqlalchemy_utils==0.42.1 psycopg[binary]==3.3.4 PyMySQL==1.2.0 -tzlocal==5.3.1 +tzlocal==5.4.4 python-jose==3.5.0 pydantic==2.13.4