From 66d8867609de98f4941c12dd9fb4b71c2db8bca3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 14:34:55 +0000 Subject: [PATCH] Bump tzlocal from 5.3.1 to 5.4.4 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 54b9761..73b4c51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" requires-python = ">=3.10" dependencies = [ "pye3dc==0.10.0", - "tzlocal==5.3.1", + "tzlocal==5.4.4", "jsonargparse==4.42.0", "rich-argparse==1.7.2", "pydantic==2.13.4",