diff --git a/setup.py b/setup.py index 2e9bf1fb..0332a616 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def run_sphinx_build(): packages=find_packages(), install_requires=[ "black[jupyter]==24.8.0", - "flake8==7.1.0", + "flake8==7.1.1", "flake8-black==0.3.6", "flake8-isort==6.1.1", "isort==5.13.2",