From 5849a9831bef512b7775d894fd68e2f4c31b4fee Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 12 Jul 2024 20:53:41 -0300 Subject: [PATCH] Update exceptiongroup from 1.1.2 to 1.2.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cd5eacde2..7d7de64fa 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.2; 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"