From 55c6de73775c1844e15ce654a4c65db3c45c737b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 17:37:15 +0000 Subject: [PATCH] Update fastf1 requirement from <3.4.0,>=3.3.0 to >=3.3.0,<3.5.0 Updates the requirements on [fastf1](https://github.com/theOehrly/Fast-F1) to permit the latest version. - [Release notes](https://github.com/theOehrly/Fast-F1/releases) - [Commits](https://github.com/theOehrly/Fast-F1/compare/v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: fastf1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5c59b96..ee9a19c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ description = "Transformed data and visualization tools for all Formula 1 races readme = "README.md" requires-python = ">=3.10" dependencies = [ - "fastf1 >= 3.3.0, < 3.4.0", + "fastf1 >= 3.3.0, < 3.5.0", "pandas >= 1.5.0", "matplotlib >= 3.7.0", "numpy >= 1.26.0",