From 977698004cc4f94e675abde1ef96bf3d49b63d33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 05:51:18 +0000 Subject: [PATCH] chore(deps-dev): bump exceptiongroup from 1.1.1 to 1.2.2 Bumps [exceptiongroup](https://github.com/agronholm/exceptiongroup) from 1.1.1 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.1.1...1.2.2) --- updated-dependencies: - dependency-name: exceptiongroup 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 c4b4671b..2583bfeb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -30,7 +30,7 @@ cryptography==44.0.0 ; python_version >= '3.7' dill==0.3.9 ; python_version < '3.11' -exceptiongroup==1.1.1 ; python_version < '3.11' +exceptiongroup==1.2.2 ; python_version < '3.11' idna==3.10 ; python_version >= '3.5'