Skip to content

Commit 64c7991

Browse files
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.5.0 - [Release notes](https://github.com/DiamondLightSource/FastCS/releases) - [Commits](DiamondLightSource/FastCS@0.4.0...0.5.0) --- updated-dependencies: - dependency-name: fastcs dependency-type: direct:production dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c7b6ff1 commit 64c7991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ classifiers = [
1212
description = "Eiger control system integration with FastCS"
1313
dependencies = [
1414
"aiohttp",
15-
"fastcs~=0.4.0",
15+
"fastcs~=0.5.0",
1616
"numpy",
1717
"pillow",
1818
"typer",

0 commit comments

Comments
 (0)