From f069806bf9b441c7901f01d0bd77e87070cdf7b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 16:06:53 +0000 Subject: [PATCH] Bump exceptiongroup from 1.1.2 to 1.1.3 Bumps [exceptiongroup](https://github.com/agronholm/exceptiongroup) from 1.1.2 to 1.1.3. - [Changelog](https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst) - [Commits](https://github.com/agronholm/exceptiongroup/compare/1.1.2...1.1.3) --- updated-dependencies: - dependency-name: exceptiongroup dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 05be631..ce2e7d5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -33,7 +33,7 @@ distlib==0.3.7 # via virtualenv et-xmlfile==1.1.0 # via openpyxl -exceptiongroup==1.1.2 +exceptiongroup==1.1.3 # via # anyio # pytest diff --git a/requirements.txt b/requirements.txt index 897adba..212f41b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ defusedxml==0.7.1 # via odfpy et-xmlfile==1.1.0 # via openpyxl -exceptiongroup==1.1.2 +exceptiongroup==1.1.3 # via anyio fastapi==0.99.1 # via datahub (pyproject.toml)