From 25742fa53e4f327adcb6d2a9a98761270e4e2958 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 12:19:59 +0000 Subject: [PATCH] Bump exceptiongroup from 1.1.2 to 1.2.2 Bumps [exceptiongroup](https://github.com/agronholm/exceptiongroup) from 1.1.2 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.2...1.2.2) --- updated-dependencies: - dependency-name: exceptiongroup dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/constraints.txt | 2 +- requirements/dev.txt | 2 +- requirements/lint.txt | 2 +- requirements/test.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index ee6c6328122..46bdb78541f 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -68,7 +68,7 @@ distlib==0.3.8 # via virtualenv docutils==0.20.1 # via sphinx -exceptiongroup==1.1.2 +exceptiongroup==1.2.2 # via pytest filelock==3.15.4 # via virtualenv diff --git a/requirements/dev.txt b/requirements/dev.txt index d08ca566672..e376958d821 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -66,7 +66,7 @@ distlib==0.3.8 # via virtualenv docutils==0.20.1 # via sphinx -exceptiongroup==1.1.2 +exceptiongroup==1.2.2 # via pytest filelock==3.12.2 # via virtualenv diff --git a/requirements/lint.txt b/requirements/lint.txt index 3dc829156d6..e161fe40011 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -30,7 +30,7 @@ cryptography==43.0.0 # via trustme distlib==0.3.8 # via virtualenv -exceptiongroup==1.1.2 +exceptiongroup==1.2.2 # via pytest filelock==3.12.2 # via virtualenv diff --git a/requirements/test.txt b/requirements/test.txt index c9eaef76c05..035b2d869d3 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -36,7 +36,7 @@ coverage==7.6.1 # pytest-cov cryptography==43.0.0 # via trustme -exceptiongroup==1.1.2 +exceptiongroup==1.2.2 # via pytest freezegun==1.5.1 # via -r requirements/test.in