From 9c42ec7a7ff77b4ee9c15a5fc0c9d325aee043c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 16:24:53 +0000 Subject: [PATCH] Update libcasm-mapping requirement from >=2.2.0 to >=2.4.1 Updates the requirements on [libcasm-mapping](https://github.com/prisms-center/CASMcode_mapping) to permit the latest version. - [Release notes](https://github.com/prisms-center/CASMcode_mapping/releases) - [Changelog](https://github.com/prisms-center/CASMcode_mapping/blob/main/CHANGELOG.md) - [Commits](https://github.com/prisms-center/CASMcode_mapping/compare/v2.2.0...v2.4.1) --- updated-dependencies: - dependency-name: libcasm-mapping dependency-version: 2.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index 4b7a879..4519f2a 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,4 +1,4 @@ pytest pytest-datadir sortedcontainers -libcasm-mapping>=2.2.0 +libcasm-mapping>=2.4.1