From e77613ce196f1383681cf9776ad8197ce140e194 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 16:33:46 +0000 Subject: [PATCH] chore: bump pytac in the dev-dependencies group across 1 directory Bumps the dev-dependencies group with 1 update in the / directory: [pytac](https://github.com/DiamondLightSource/pytac). 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) --- updated-dependencies: - dependency-name: pytac dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b056e7a..c32ff53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",