From 7a56ca5faf68c6ffeacba7eb54e77b65cf23a4d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 19:47:15 +0000 Subject: [PATCH] Update fastcs requirement in the dev-dependencies group Updates the requirements on [fastcs](https://github.com/DiamondLightSource/FastCS) to permit the latest version. Updates `fastcs` to 0.9.1 - [Release notes](https://github.com/DiamondLightSource/FastCS/releases) - [Commits](https://github.com/DiamondLightSource/FastCS/compare/0.8.0...0.9.1) --- updated-dependencies: - dependency-name: fastcs dependency-version: 0.9.1 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..cfb9534 --- 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.11.3", "aioca", "numpy"] dynamic = ["version"] license.file = "LICENSE" readme = "README.md"