From b65b02bef3273af047dee798bde7f9a8e7e9aee5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 19:30:32 +0000 Subject: [PATCH] :arrow_up: Bump exceptiongroup from 1.2.1 to 1.2.2 Bumps [exceptiongroup](https://github.com/agronholm/exceptiongroup) from 1.2.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.2.1...1.2.2) --- updated-dependencies: - dependency-name: exceptiongroup dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 940b9d9..907414a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ async-timeout==4.0.3 ; python_version >= "3.9" and python_version < "3.12.0" asyncpg==0.29.0 ; python_version >= "3.9" and python_version < "4.0" attrs==23.2.0 ; python_version >= "3.9" and python_version < "4.0" cffi==1.16.0 ; os_name == "nt" and implementation_name != "pypy" and python_version >= "3.9" and python_version < "4.0" -exceptiongroup==1.2.1 ; python_version >= "3.9" and python_version < "3.11" +exceptiongroup==1.2.2 ; python_version >= "3.9" and python_version < "3.11" idna==3.7 ; python_version >= "3.9" and python_version < "4.0" numpy==1.26.4 ; python_version >= "3.9" and python_version < "4.0" outcome==1.3.0.post0 ; python_version >= "3.9" and python_version < "4.0"