From 72984772f6b522bd5f3fc517b9e0dfb825456f53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 19:30:35 +0000 Subject: [PATCH] chore(deps): bump exceptiongroup from 1.1.3 to 1.3.0 Bumps [exceptiongroup](https://github.com/agronholm/exceptiongroup) from 1.1.3 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.1.3...1.3.0) --- updated-dependencies: - dependency-name: exceptiongroup dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bb274a65..a88f82ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ click==8.1.8 ; python_version >= "3.7" and python_version < "4.0" colorama==0.4.6 ; python_version >= "3.7" and python_version < "4.0" and sys_platform == "win32" or python_version >= "3.7" and python_version < "4.0" and platform_system == "Windows" coverage[toml]==7.2.7 ; python_version >= "3.7" and python_version < "4.0" cryptography==44.0.1 ; python_version >= "3.7" and python_version < "4.0" -exceptiongroup==1.1.3 ; python_version >= "3.7" and python_version < "3.11" +exceptiongroup==1.3.0 ; python_version >= "3.7" and python_version < "3.11" frozenlist==1.7.0 ; python_version >= "3.7" and python_version < "4.0" idna==3.10 ; python_version >= "3.7" and python_version < "4.0" importlib-metadata==6.7.0 ; python_version >= "3.7" and python_version < "3.8"