From 7e78be965a108724dff347e296a21e0ef5676e89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 19:19:06 +0000 Subject: [PATCH] Update casaplotms requirement from >=2.7.4 to >=2.8.2 Updates the requirements on [casaplotms](https://open-bitbucket.nrao.edu/projects/CASA/repos/casaplotms/browse) to permit the latest version. --- updated-dependencies: - dependency-name: casaplotms dependency-version: 2.8.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d579ac3..0e7a692 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ [project.optional-dependencies] casa = [ "casadata >= 2025.9.22", - "casaplotms >= 2.7.4", + "casaplotms >= 2.8.2", "casarecipes >= 0.4.0", "casashell >= 6.7.3.21", "casatasks >= 6.7.3.21",