From 219dd783b6de54993f88e989aa0565e10d41d323 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 07:06:20 +0000 Subject: [PATCH] chore: update accelerator-toolbox requirement Updates the requirements on [accelerator-toolbox](https://github.com/atcollab/at) to permit the latest version. Updates `accelerator-toolbox` to 0.7.1 - [Release notes](https://github.com/atcollab/at/releases) - [Commits](https://github.com/atcollab/at/compare/pyat-0.2.0...pyat-0.7.1) --- updated-dependencies: - dependency-name: accelerator-toolbox dependency-version: 0.7.1 dependency-type: direct:production 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 95f71db..3882ff8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "numpy", "scipy", "pytac>=0.7.0", - "accelerator-toolbox (>=0.2.0,<0.7.1)", + "accelerator-toolbox (>=0.2.0,<0.7.2)", "cothread", "softioc", ]