Skip to content

Commit

Permalink
Update dependencies to include fixed bluesky-stomp and scanspec
Browse files Browse the repository at this point in the history
  • Loading branch information
callumforrester committed Feb 12, 2025
1 parent 62e6060 commit bd2dc69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bidict==0.23.1
bluesky==1.13
bluesky-kafka==0.10.0
bluesky-live==0.0.8
bluesky-stomp==0.1.3
bluesky-stomp==0.1.4
boltons==24.1.0
cachetools==5.5.0
caproto==1.1.1
Expand Down Expand Up @@ -207,7 +207,7 @@ rpds-py==0.22.3
ruamel.yaml==0.18.6
ruamel.yaml.clib==0.2.12
ruff==0.9.1
scanspec==0.7.6
scanspec==0.7.8
semver==3.0.2
setuptools-dso==2.11
shellingham==1.5.4
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies = [
"pyepics",
"aioca",
"pydantic>=2.0",
"scanspec>=0.7.6",
"scanspec>=0.7.8",
"pydantic-settings",
"stomp-py",
"aiohttp",
Expand All @@ -31,7 +31,7 @@ dependencies = [
"dls-dodal>=1.36.2",
"super-state-machine", # https://github.com/DiamondLightSource/blueapi/issues/553
"GitPython",
"bluesky-stomp>=0.1.3",
"bluesky-stomp>=0.1.4",
"event-model==1.22.1", # https://github.com/DiamondLightSource/blueapi/issues/684
"opentelemetry-distro>=0.48b0",
"opentelemetry-instrumentation-fastapi>=0.48b0",
Expand Down

0 comments on commit bd2dc69

Please sign in to comment.