From ce63d66b567fd066e8c9523e289339134ea41d7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 04:55:34 +0000 Subject: [PATCH] Bump flexparser from 0.3.1 to 0.4 Bumps [flexparser](https://github.com/hgrecco/flexparser) from 0.3.1 to 0.4. - [Changelog](https://github.com/hgrecco/flexparser/blob/main/CHANGES) - [Commits](https://github.com/hgrecco/flexparser/compare/0.3.1...0.4) --- updated-dependencies: - dependency-name: flexparser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b6c29227..3c6884fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "scanspec", "dataclasses-json", "pydantic", - "flexparser==0.3.1", # See https://github.com/DiamondLightSource/nexgen/issues/309 + "flexparser==0.4", # See https://github.com/DiamondLightSource/nexgen/issues/309 ] license.file = "LICENSE" readme = "README.rst"