From 3f78ecd5c6ca9c2cdc854769a11c410e551d920d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 13:37:15 +0000 Subject: [PATCH] Bump fastcs from 0.12.0 to 0.14.0 Bumps [fastcs](https://github.com/DiamondLightSource/fastcs) from 0.12.0 to 0.14.0. - [Release notes](https://github.com/DiamondLightSource/fastcs/releases) - [Commits](https://github.com/DiamondLightSource/fastcs/compare/0.12.0...0.14.0) --- updated-dependencies: - dependency-name: fastcs dependency-version: 0.14.0 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 0128cf4..d96b575 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ ] dependencies = [ - "fastcs==0.12.0", + "fastcs==0.14.0", "orjson", ]