From 850d6b7c74f718d233bfd48ac742f3465f1ae8d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 12:01:17 +0100 Subject: [PATCH] build(deps): bump tzfpy from 1.1.1 to 1.1.2 (#934) Bumps [tzfpy](https://github.com/ringsaturn/tz-benchmark) from 1.1.1 to 1.1.2. - [Commits](https://github.com/ringsaturn/tz-benchmark/commits) --- updated-dependencies: - dependency-name: tzfpy dependency-version: 1.1.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 c61797d..56fa4ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "bokeh==3.8.2", "uvicorn==0.41.0", "scipy==1.17.1", - "tzfpy==1.1.1", + "tzfpy==1.1.2", "deap==1.4.3", "requests==2.32.5", "pandas==3.0.1",