From 330cfbd21ecf3e3db9fafc8a815c51a3ae2ec616 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 04:47:05 +0000 Subject: [PATCH] build(deps): bump exceptiongroup from 1.0.0 to 1.2.2 Bumps [exceptiongroup](https://github.com/agronholm/exceptiongroup) from 1.0.0 to 1.2.2. - [Release notes](https://github.com/agronholm/exceptiongroup/releases) - [Changelog](https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst) - [Commits](https://github.com/agronholm/exceptiongroup/compare/1.0.0...1.2.2) --- updated-dependencies: - dependency-name: exceptiongroup dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fcecd418..9cde839c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ test = [ test-extra = [ "docker>=7.1.0", "psutil==6.0.0", - "exceptiongroup==1.0.0", + "exceptiongroup==1.2.2", "pytest>=8.3.3", "pytest-cov>=6.0.0", "pyvista==0.44.1",