From 6985cd73b85abdf56a90efac4887f8ec01f2369d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 12:50:47 +0000 Subject: [PATCH] Bump exceptiongroup from 1.2.0 to 1.2.1 Bumps [exceptiongroup](https://github.com/agronholm/exceptiongroup) from 1.2.0 to 1.2.1. - [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.0...1.2.1) --- updated-dependencies: - dependency-name: exceptiongroup dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Pipfile.lock | 9 +++++---- requirements.txt | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 2dab668abe..db1d10adce 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -159,11 +159,12 @@ }, "exceptiongroup": { "hashes": [ - "sha256:4bfd3996ac73b41e9b9628b04e079f193850720ea5945fc96a08633c66912f14", - "sha256:91f5c769735f051a4290d52edd0858999b57e5876e9f85937691bd4c9fa3ed68" + "sha256:5258b9ed329c5bbdd31a309f53cbfb0b155341807f6ff7606a1e801a891b29ad", + "sha256:a4785e48b045528f5bfe627b6ad554ff32def154f42372786903b7abcfe1aa16" ], - "markers": "python_version < '3.11'", - "version": "==1.2.0" + "index": "pypi", + "markers": "python_version >= '3.7'", + "version": "==1.2.1" }, "humanize": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index dfe8da6e6f..81cea77d6e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ certifi==2024.2.2; python_version >= '3.6' charset-normalizer==3.3.2; python_full_version >= '3.7.0' click==8.1.7; python_version >= '3.7' deprecated==1.2.14; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' -exceptiongroup==1.2.0; python_version < '3.11' +exceptiongroup==1.2.1; python_version >= '3.7' humanize==4.9.0; python_version >= '3.8' idna==3.7; python_version >= '3.5' inquirerpy==0.3.4; python_version >= '3.7' and python_version < '4.0'