From c8cf98740ac017ed013cd26e1988439d33e62810 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 13:24:36 +0000 Subject: [PATCH] Bump fastcs from 0.14.1 to 0.14.2 Bumps [fastcs](https://github.com/DiamondLightSource/fastcs) from 0.14.1 to 0.14.2. - [Release notes](https://github.com/DiamondLightSource/fastcs/releases) - [Commits](https://github.com/DiamondLightSource/fastcs/compare/0.14.1...0.14.2) --- updated-dependencies: - dependency-name: fastcs dependency-version: 0.14.2 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 ab42672..c26f3a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ ] dependencies = [ - "fastcs==0.14.1", + "fastcs==0.14.2", "orjson", ]