diff --git a/requirements.txt b/requirements.txt index b7cfd78..b8d1ec7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ black==23.7.0 ; python_version >= "3.10" and python_version < "4.0" -click==8.1.7 ; python_version >= "3.10" and python_version < "4.0" +click==8.5.0 ; python_version >= "3.10" and python_version < "4.0" colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and (sys_platform == "win32" or platform_system == "Windows") exceptiongroup==1.1.3 ; python_version >= "3.10" and python_version < "3.11" flake8==6.1.0 ; python_version >= "3.10" and python_version < "4.0"