diff --git a/setup.cfg b/setup.cfg index 6954013..48c7b42 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,15 +34,15 @@ python_requires = >= 3.10 [options.extras_require] dev = - bandit==1.7.9 - black==24.8.0 + bandit==1.7.10 + black==24.10.0 flake8==7.1.1 isort==5.13.2 pydocstyle==6.3.0 - pylint==3.3.0 + pylint==3.3.1 pytest==8.3.3 - pytest-cov==5.0.0 - pytest-httpx==0.31.1 + pytest-cov==6.0.0 + pytest-httpx==0.34.0 responses==0.25.3 ci = twine==5.1.1