From 2c23e963aa9e88948bd57fd57074fb1e7f62b898 Mon Sep 17 00:00:00 2001 From: Charles OuGuo Date: Mon, 26 Feb 2024 22:40:40 -0500 Subject: [PATCH] Add exceptiongroup --- src/python/requirements.lock.txt | 4 ++++ src/python/requirements.txt | 1 + 2 files changed, 5 insertions(+) diff --git a/src/python/requirements.lock.txt b/src/python/requirements.lock.txt index 3823b860..b1a8f23e 100644 --- a/src/python/requirements.lock.txt +++ b/src/python/requirements.lock.txt @@ -163,6 +163,10 @@ distlib==0.3.8 \ # via # -r src/python/requirements.txt # virtualenv +exceptiongroup==1.2.0 \ + --hash=sha256:4bfd3996ac73b41e9b9628b04e079f193850720ea5945fc96a08633c66912f14 \ + --hash=sha256:91f5c769735f051a4290d52edd0858999b57e5876e9f85937691bd4c9fa3ed68 + # via -r src/python/requirements.txt filelock==3.13.1 \ --hash=sha256:521f5f56c50f8426f5e03ad3b281b490a87ef15bc6c526f168290f0c7148d44e \ --hash=sha256:57dbda9b35157b05fb3e58ee91448612eb674172fab98ee235ccb0b5bee19a1c diff --git a/src/python/requirements.txt b/src/python/requirements.txt index d1508d8a..e337a372 100644 --- a/src/python/requirements.txt +++ b/src/python/requirements.txt @@ -4,6 +4,7 @@ cfgv click dill distlib +exceptiongroup filelock Flask>=2.2 flask-cors