From 1b63dce808dae688240dd5d7775ad07276140a9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 13:25:54 +0000 Subject: [PATCH] Bump the test group with 1 updates and remove attrs pin (#9886) --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3079e13d4..502f640bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,9 +44,7 @@ dev = [ { include-group = "test" }, ] test = [ - # temporary pin of attrs - "attrs==22.1.0", - "importlib-metadata<5.0", + "importlib-metadata<9.0", # Pytest for running the tests. "pytest==9.*",