From 7f4867318a4d9784c802f09fa952d8f9fb6763f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 18:42:15 +0200 Subject: [PATCH] build(deps): bump tzfpy from 1.2.0 to 1.3.0 (#1039) Bumps [tzfpy](https://github.com/ringsaturn/tzfpy) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/ringsaturn/tzfpy/releases) - [Changelog](https://github.com/ringsaturn/tzfpy/blob/main/docs/release_wheels.csv) - [Commits](https://github.com/ringsaturn/tzfpy/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: tzfpy dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 62a4435..8d3112b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "bokeh==3.9.0", "uvicorn==0.46.0", "scipy==1.17.1", - "tzfpy==1.2.0", + "tzfpy==1.3.0", "deap==1.4.4", "requests==2.33.1", "pandas==3.0.2",