From 3d9a87309af680467fabeedc1c695d039312844a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 19:30:54 +0000 Subject: [PATCH] chore: bump pytac from 0.6.0 to 0.6.2 in the dev-dependencies group Bumps the dev-dependencies group with 1 update: [pytac](https://github.com/DiamondLightSource/pytac). Updates `pytac` from 0.6.0 to 0.6.2 - [Release notes](https://github.com/DiamondLightSource/pytac/releases) - [Commits](https://github.com/DiamondLightSource/pytac/compare/0.6.0...0.6.2) --- updated-dependencies: - dependency-name: pytac dependency-version: 0.6.2 dependency-type: direct:production update-type: version-update:semver-patch 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..3265add 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ description = "Diamond virtual accelerator" dependencies = [ "numpy", "scipy", - "pytac==0.6.0", + "pytac==0.6.2", "cothread", "softioc", "atip>=0.2.0",