From acac541780c1d85f9d5e99fea96e367180d3cf1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 13:56:22 +0000 Subject: [PATCH] Bump exceptiongroup from 1.2.1 to 1.2.2 (#2014) --- Pipfile.lock | 9 +++++---- requirements.txt | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 2b4bb21397..daebe3defb 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -173,11 +173,12 @@ }, "exceptiongroup": { "hashes": [ - "sha256:5258b9ed329c5bbdd31a309f53cbfb0b155341807f6ff7606a1e801a891b29ad", - "sha256:a4785e48b045528f5bfe627b6ad554ff32def154f42372786903b7abcfe1aa16" + "sha256:3111b9d131c238bec2f8f516e123e14ba243563fb135d3fe885990585aa7795b", + "sha256:47c2edf7c6738fafb49fd34290706d1a1a2f4d1c6df275526b62cbb4aa5393cc" ], - "markers": "python_version < '3.11'", - "version": "==1.2.1" + "index": "pypi", + "markers": "python_version >= '3.7'", + "version": "==1.2.2" }, "humanize": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index aa10370ccc..c4eef58127 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ charset-normalizer==3.3.2; python_full_version >= '3.7.0' click==8.1.7 decorator==5.1.1 deprecated==1.2.14 -exceptiongroup==1.2.1; python_version < '3.11' +exceptiongroup==1.2.2; python_version >= '3.7' humanize==4.10.0; python_version >= '3.8' idna==3.7; python_version >= '3.5' inquirerpy==0.3.4