From b6708aa27c3eec4da6ed75d4eadc6f31aad14538 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:22:54 +0000 Subject: [PATCH] chore: bump the dev-dependencies group across 1 directory with 5 updates Updates the requirements on [dls-dodal](https://github.com/DiamondLightSource/dodal), [blueapi](https://github.com/DiamondLightSource/blueapi), [pyright](https://github.com/RobertCraigie/pyright-python), [setuptools](https://github.com/pypa/setuptools) and [setuptools-scm](https://github.com/pypa/setuptools-scm) to permit the latest version. Updates `dls-dodal` to 2.2.1 - [Release notes](https://github.com/DiamondLightSource/dodal/releases) - [Commits](https://github.com/DiamondLightSource/dodal/compare/1.56.0...2.2.1) Updates `blueapi` to 1.12.2 - [Release notes](https://github.com/DiamondLightSource/blueapi/releases) - [Commits](https://github.com/DiamondLightSource/blueapi/compare/1.3.1...1.12.2) Updates `pyright` from 1.1.406 to 1.1.408 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.406...v1.1.408) Updates `setuptools` to 82.0.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v64.0.0...v82.0.1) Updates `setuptools-scm` to 10.0.5 - [Release notes](https://github.com/pypa/setuptools-scm/releases) - [Changelog](https://github.com/pypa/setuptools-scm/blob/main/RELEASE_SYSTEM.md) - [Commits](https://github.com/pypa/setuptools-scm/compare/setuptools-scm-v10.0.0...setuptools-scm-v10.0.5) --- updated-dependencies: - dependency-name: dls-dodal dependency-version: 2.2.1 dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: blueapi dependency-version: 1.12.2 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: pyright dependency-version: 1.1.408 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: setuptools-scm dependency-version: 10.0.5 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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",