diff --git a/pyproject.toml b/pyproject.toml index bf5b60e..0eccf6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=64", "setuptools_scm[toml]>=8"] +requires = ["setuptools>=82.0.1", "setuptools_scm[toml]>=10.0.5"] build-backend = "setuptools.build_meta" [project] @@ -11,7 +11,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] description = "Bluesky plans to be run on Diamond's test rigs e.g. ViSR, P45, etc" -dependencies = ["dls-dodal>=1.56.0"] +dependencies = ["dls-dodal>=2.2.1"] dynamic = ["version"] license.file = "LICENSE" readme = "README.md" @@ -19,11 +19,11 @@ requires-python = ">=3.11" [project.optional-dependencies] dev = [ - "blueapi>=1.3.1", + "blueapi>=1.12.2", "copier", "pipdeptree", "pre-commit", - "pyright==1.1.406", + "pyright==1.1.408", "pytest", "pytest-asyncio", "pytest-cov",