From a2b3ef968f3f23094ef5d81af2893fe2927533be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:12:37 +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 cb48148f..a7c2cf52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ ci = "https://github.com/ansys/pydynamicreporting/actions" test = [ "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",