From 6fff67aba71b92895391d6e6a49c50427a91aa36 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 18 Apr 2024 19:05:21 -0300 Subject: [PATCH] Update exceptiongroup from 1.1.2 to 1.2.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cd5eacde2..3b9cb7e22 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and sys_pl coverage==7.2.7 ; python_version >= "3.10" and python_version < "4.0" coverage[toml]==7.2.7 ; python_version >= "3.10" and python_version < "4.0" distlib==0.3.7 ; python_version >= "3.10" and python_version < "4.0" -exceptiongroup==1.1.2 ; python_version >= "3.10" and python_version < "3.11" +exceptiongroup==1.2.1; python_version >= "3.10" and python_version < "3.11" filelock==3.12.2 ; python_version >= "3.10" and python_version < "4.0" flake8==6.1.0 ; python_version >= "3.10" and python_version < "4.0" identify==2.5.26 ; python_version >= "3.10" and python_version < "4.0"