From 3ad1cdd74e1db62407293a43601d7d53fa541012 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 20:14:42 +0000 Subject: [PATCH] Update fastcs requirement Updates the requirements on [fastcs](https://github.com/DiamondLightSource/fastcs) to permit the latest version. Updates `fastcs` to 0.12.0 - [Release notes](https://github.com/DiamondLightSource/fastcs/releases) - [Commits](https://github.com/DiamondLightSource/fastcs/compare/0.8.0...0.12.0) --- updated-dependencies: - dependency-name: fastcs dependency-version: 0.12.0 dependency-type: direct:production dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml old mode 100755 new mode 100644 index c4b47e0..261034b --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", ] description = "FastCS IOC for the ScanLab RTC6 Ethernet laser controller" -dependencies = ["fastcs~=0.8.0", "aioca", "numpy"] +dependencies = ["fastcs>=0.8,<0.13", "aioca", "numpy"] dynamic = ["version"] license.file = "LICENSE" readme = "README.md"