diff --git a/setup.py b/setup.py index 065919f..83b088b 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ def get_version() -> str: package_data={}, python_requires=">=3.7.0", zip_safe=False, - install_requires=["black==22.6.0"], + install_requires=["black==24.3.0"], extras_require={}, classifiers=[ "Development Status :: 5 - Production/Stable",