From d2833e13790cf8474bb6fadb17f29a85857534ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 14:33:43 +0200 Subject: [PATCH] build(deps): bump deap from 1.4.3 to 1.4.4 (#1021) Bumps [deap](https://github.com/DEAP/deap) from 1.4.3 to 1.4.4. - [Changelog](https://github.com/DEAP/deap/blob/master/doc/releases.rst) - [Commits](https://github.com/DEAP/deap/commits) --- updated-dependencies: - dependency-name: deap dependency-version: 1.4.4 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 390c1f8..7f7c058 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "uvicorn==0.44.0", "scipy==1.17.1", "tzfpy==1.2.0", - "deap==1.4.3", + "deap==1.4.4", "requests==2.33.1", "pandas==3.0.2", "pendulum==3.2.0",