From 94f4a8daaaa3817aaec718f63a85b3936262390e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 15:21:26 +0000 Subject: [PATCH] chore: bump the dev-dependencies group across 1 directory with 4 updates Updates the requirements on [pytac](https://github.com/DiamondLightSource/pytac), [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme), [setuptools](https://github.com/pypa/setuptools) and [setuptools-scm](https://github.com/pypa/setuptools-scm) to permit the latest version. Updates `pytac` from 0.6.0 to 1.0.0 - [Release notes](https://github.com/DiamondLightSource/pytac/releases) - [Commits](https://github.com/DiamondLightSource/pytac/compare/0.6.0...1.0.0) Updates `pydata-sphinx-theme` to 0.17.0 - [Release notes](https://github.com/pydata/pydata-sphinx-theme/releases) - [Changelog](https://github.com/pydata/pydata-sphinx-theme/blob/main/RELEASE.md) - [Commits](https://github.com/pydata/pydata-sphinx-theme/compare/v0.12.0...v0.17.0) 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: pytac dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: pydata-sphinx-theme dependency-version: 0.17.0 dependency-type: direct:development 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b056e7a..c21cd04 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] @@ -15,7 +15,7 @@ description = "Diamond virtual accelerator" dependencies = [ "numpy", "scipy", - "pytac==0.6.0", + "pytac==1.0.0", "cothread", "softioc", "atip>=0.2.0", @@ -34,7 +34,7 @@ dev = [ "myst-parser", "pipdeptree", "pre-commit", - "pydata-sphinx-theme>=0.12", + "pydata-sphinx-theme>=0.17.0", "pytest", "pytest-cov", "testfixtures",