DiamondLightSource / fastcs-eiger

Prototype Eiger Control System Integration with FastCS
https://github.com/DiamondLightSource/FastCS
Apache License 2.0
1 stars 0 forks source link

Update fastcs requirement from ~=0.4.0 to ~=0.5.0 in the dev-dependencies group #41

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Updates the requirements on fastcs to permit the latest version. Updates fastcs to 0.5.0

Release notes

Sourced from fastcs's releases.

0.5.0

Breaking Changes

SubController paths are now defined by passing a name when registering with a parent Controller rather than by passing the full list when creating. Registered SubControllers are now stored in a dictionary by path, not a list.

controller.register_sub_controller(SubController("a")) -> controller.register_sub_controller("a", SubController())

sub_controllers: list[str] = controller.get_sub_controllers() -> sub_controllers: dict[str, BaseController] = controller.get_sub_controllers()

What's Changed

Full Changelog: https://github.com/DiamondLightSource/FastCS/compare/0.4.2...0.5.0

Commits
  • 178eb0a Merge pull request #48 from DiamondLightSource/copier-update
  • b51eaf9 Fix private member access for pyright SLF001
  • d2f1381 Update to copier template 2.1.0-40-g9e70b8b
  • db33d03 Merge pull request #46 from DiamondLightSource/combo-box
  • 68c1930 Create ComboBox widgets for Attributes with allowed_values
  • 0bc835e Add allowed_values field to AttrW
  • 151f217 Merge pull request #45 from DiamondLightSource/sub-controller-structure
  • 788ecf6 Improve coverage in register_sub_controller
  • df26b24 Add test for EpicsGUI.extract_mapping_components
  • c18e6cf Add structure to SubController hierarchy
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 1 month ago

Looks like fastcs is no longer updatable, so this is no longer needed.