From d5c253400acc76c2616047e197a80360a599d07e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 15:09:36 +0000 Subject: [PATCH] Update exceptiongroup requirement from >=1.0.0 to >=1.3.1 Updates the requirements on [exceptiongroup](https://github.com/agronholm/exceptiongroup) to permit the latest version. - [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.3.1) --- updated-dependencies: - dependency-name: exceptiongroup dependency-version: 1.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2c4c5df..91a8a34 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ async_timeout >= 4.0.0 black==26.3.1 construct >= 2.10.0, < 3.0.0 coverage>=6.0.0 -exceptiongroup >= 1.0.0 +exceptiongroup >= 1.3.1 isort>=5.0.0 pandas>=1.0.5