File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,8 +15,9 @@ babel==2.17.0
1515beautifulsoup4 == 4.14.2
1616bidict == 0.23.1
1717blosc2 == 3.9.1
18- bluesky == 1.14.4
18+ bluesky == 1.14.5
1919bluesky-stomp == 0.1.7
20+ cachetools == 6.2.0
2021certifi == 2025.8.3
2122cffi == 2.0.0
2223cfgv == 3.4.0
@@ -31,12 +32,13 @@ copier==9.10.2
3132coverage == 7.10.7
3233cryptography == 46.0.2
3334cycler == 0.12.1
35+ daq-config-server == 1.0.0rc2
3436dask == 2025.9.1
3537dataclasses-json == 0.6.7
3638deepdiff == 8.6.1
3739deepmerge == 2.0
3840distlib == 0.4.0
39- dls-dodal == 1.55.1
41+ dls-dodal == 1.60.0
4042dnspython == 2.8.0
4143docopt == 0.6.2
4244docutils == 0.21.2
@@ -61,11 +63,12 @@ googleapis-common-protos==1.70.0
6163graypy == 2.1.0
6264grpcio == 1.75.1
6365h11 == 0.16.0
66+ hiredis == 3.2.1
6467historydict == 1.2.6
6568httpcore == 1.0.9
6669httptools == 0.6.4
6770httpx == 0.28.1
68- identify == 2.6.14
71+ identify == 2.6.15
6972idna == 3.10
7073imagesize == 1.4.1
7174importlib_metadata == 8.7.0
@@ -180,8 +183,8 @@ roman-numerals-py==3.1.0
180183rpds-py == 0.27.1
181184ruamel.yaml == 0.18.15
182185ruamel.yaml.clib == 0.2.14
183- ruff == 0.13.2
184- scanspec == 0.8 .0
186+ ruff == 0.13.3
187+ scanspec == 0.9 .0
185188semver == 3.0.4
186189sentry-sdk == 2.39.0
187190setuptools == 80.9.0
Original file line number Diff line number Diff line change @@ -13,19 +13,19 @@ classifiers = [
1313description = " Lightweight bluesky-as-a-service wrapper application. Also usable as a library."
1414dependencies = [
1515 " tiled[client]" ,
16- " bluesky[plotting]>=1.13.1 " , # plotting includes matplotlib, required for BestEffortCallback in run plans
16+ " bluesky[plotting]>=1.14.0 " , # plotting includes matplotlib, required for BestEffortCallback in run plans
1717 " ophyd-async" ,
1818 " aioca" ,
1919 " pydantic>=2.0" ,
20- " scanspec>=0.8 .0" ,
20+ " scanspec>=0.9 .0" ,
2121 " pydantic-settings" ,
2222 " stomp-py" ,
2323 " PyYAML>=6.0.2" ,
2424 " click>=8.2.0" ,
2525 " fastapi>=0.112.0" ,
2626 " uvicorn" ,
2727 " requests" ,
28- " dls-dodal>=1.55.1 " ,
28+ " dls-dodal>=1.60.0 " ,
2929 " super-state-machine" , # https://github.com/DiamondLightSource/blueapi/issues/553
3030 " GitPython" ,
3131 " event-model==1.23.1" , # https://github.com/DiamondLightSource/blueapi/issues/684
You can’t perform that action at this time.
0 commit comments