diff --git a/setup.cfg b/setup.cfg index 6954013..dabcb91 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,18 +34,18 @@ python_requires = >= 3.10 [options.extras_require] dev = - bandit==1.7.9 - black==24.8.0 + bandit==1.8.0 + black==24.10.0 flake8==7.1.1 isort==5.13.2 pydocstyle==6.3.0 - pylint==3.3.0 - pytest==8.3.3 - pytest-cov==5.0.0 - pytest-httpx==0.31.1 + pylint==3.3.2 + pytest==8.3.4 + pytest-cov==6.0.0 + pytest-httpx==0.35.0 responses==0.25.3 ci = - twine==5.1.1 + twine==6.0.1 [options.packages.find] where = src