From 8473080fef4f5686ed225d12664a539e993fbb10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 16:12:29 +0200 Subject: [PATCH] build(deps): bump tzfpy from 1.3.0 to 1.3.1 (#1043) Bumps [tzfpy](https://github.com/ringsaturn/tzfpy) from 1.3.0 to 1.3.1. - [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.3.0...v1.3.1) --- updated-dependencies: - dependency-name: tzfpy dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 44ac220..66070e6 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.3.0", + "tzfpy==1.3.1", "deap==1.4.4", "requests==2.33.1", "pandas==3.0.2",