From a65beda6c1fe45480b09729de47a0e9b5147d872 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 05:08:57 +0000 Subject: [PATCH] chore(deps-dev): bump exceptiongroup from 1.2.2 to 1.3.0 Bumps [exceptiongroup](https://github.com/agronholm/exceptiongroup) from 1.2.2 to 1.3.0. - [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.2.2...1.3.0) --- updated-dependencies: - dependency-name: exceptiongroup dependency-version: 1.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 6dad26c7..7f3e6c3d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -30,7 +30,7 @@ cryptography==44.0.3 ; python_version >= '3.7' dill==0.4.0 ; python_version < '3.11' -exceptiongroup==1.2.2 ; python_version < '3.11' +exceptiongroup==1.3.0 ; python_version < '3.11' idna==3.10 ; python_version >= '3.5'