From 95d3ea94814a405d48f44d8a8d41af1470f41d0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 10:02:01 +0200 Subject: [PATCH] build(deps): bump tzfpy from 1.3.1 to 1.3.2 (#1143) Bumps [tzfpy](https://github.com/ringsaturn/tzfpy) from 1.3.1 to 1.3.2. - [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.1...v1.3.2) --- updated-dependencies: - dependency-name: tzfpy dependency-version: 1.3.2 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 145db467..dc66f9d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "bokeh==3.9.1", "uvicorn==0.51.0", "scipy==1.17.1", - "tzfpy==1.3.1", + "tzfpy==1.3.2", "deap==1.4.4", "requests==2.34.2", "pandas==3.0.3",