diff --git a/requirements.txt b/requirements.txt index 5b97def747d..c2c648d594e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ astroid<=2.12.0 flake8~=5.0.4 pylint~=2.17.1 -black<=22.3.0 +black<=24.3.0 yapf~=0.32.0 -tomli>=1.1.0; python_full_version < '3.11.2' \ No newline at end of file +tomli>=1.1.0; python_full_version < '3.11.2' +zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file