diff --git a/setup.py b/setup.py index f5b98b79..1fb0004f 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def run_sphinx_build(): python_requires=">=3.11", packages=find_packages(), install_requires=[ - "black[jupyter]==24.8.0", + "black[jupyter]==24.10.0", "flake8==7.1.1", "flake8-black==0.3.6", "flake8-isort==6.1.1",