From 85fc15e18caf9bde32524c25c2ba511850137272 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 03:01:55 +0000 Subject: [PATCH] Bump exceptiongroup from 1.0.4 to 1.2.0 Bumps [exceptiongroup](https://github.com/agronholm/exceptiongroup) from 1.0.4 to 1.2.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.0.4...1.2.0) --- updated-dependencies: - dependency-name: exceptiongroup dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test-requirements.txt b/requirements/test-requirements.txt index 226b0335..050b2314 100644 --- a/requirements/test-requirements.txt +++ b/requirements/test-requirements.txt @@ -20,7 +20,7 @@ django-coverage-plugin==3.1.0 # via -r requirements/test-requirements.in django-test-migrations==1.3.0 # via -r requirements/test-requirements.in -exceptiongroup==1.0.4 +exceptiongroup==1.2.0 # via pytest factory-boy==3.3.0 # via -r requirements/test-requirements.in