From 7cf75a5a20725f4792c45559f52ff2ce070c48bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 18:55:22 +0000 Subject: [PATCH] chore(deps-dev): bump exceptiongroup from 1.3.0 to 1.3.1 Bumps [exceptiongroup](https://github.com/agronholm/exceptiongroup) from 1.3.0 to 1.3.1. - [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.3.0...1.3.1) --- updated-dependencies: - dependency-name: exceptiongroup dependency-version: 1.3.1 dependency-type: direct:development update-type: version-update:semver-patch ... 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 b150d558..3ebdec1c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -30,7 +30,7 @@ cryptography==46.0.7 ; python_version >= '3.7' dill==0.4.0 ; python_version < '3.11' -exceptiongroup==1.3.0 ; python_version < '3.11' +exceptiongroup==1.3.1 ; python_version < '3.11' idna==3.15 ; python_version >= '3.5'