diff --git a/setup.py b/setup.py index 84d6ad57..8ae1ab0a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ INSTALL_REQUIRES = ("marshmallow>=3.0.0", "SQLAlchemy>=1.3.0", "packaging>=21.3") EXTRAS_REQUIRE = { "tests": ["pytest", "pytest-lazy-fixture>=0.6.2"], - "lint": ["flake8==5.0.4", "flake8-bugbear==22.8.22", "pre-commit~=2.0"], + "lint": ["flake8==5.0.4", "flake8-bugbear==22.8.23", "pre-commit~=2.0"], "docs": ["sphinx==5.1.1", "alabaster==0.7.12", "sphinx-issues==3.0.1"], } EXTRAS_REQUIRE["dev"] = EXTRAS_REQUIRE["tests"] + EXTRAS_REQUIRE["lint"] + ["tox"]