From 3838719ede17752a70c036ef975d95352eae6c49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 02:38:56 +0100 Subject: [PATCH] build(deps): bump tzfpy from 1.1.2 to 1.1.3 (#947) Bumps [tzfpy](https://github.com/ringsaturn/tz-benchmark) from 1.1.2 to 1.1.3. - [Commits](https://github.com/ringsaturn/tz-benchmark/commits) --- updated-dependencies: - dependency-name: tzfpy dependency-version: 1.1.3 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 56fa4ee..4b4a597 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.2", + "tzfpy==1.1.3", "deap==1.4.3", "requests==2.32.5", "pandas==3.0.1",