From f6ac8c2ce5c4d8a83b0eaaa84d89a60e451ca13d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 13:24:28 +0000 Subject: [PATCH] Bump fastcs from 0.14.0 to 0.14.1 Bumps [fastcs](https://github.com/DiamondLightSource/fastcs) from 0.14.0 to 0.14.1. - [Release notes](https://github.com/DiamondLightSource/fastcs/releases) - [Commits](https://github.com/DiamondLightSource/fastcs/compare/0.14.0...0.14.1) --- updated-dependencies: - dependency-name: fastcs dependency-version: 0.14.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2699925..cc66dd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ ] dependencies = [ - "fastcs==0.14.0", + "fastcs==0.14.1", "orjson", ]