From 49d8048e4d5ef4577b04e0d74c1831aa4a226d96 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 16:31:09 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(project)=20upgrade=20python?= =?UTF-8?q?=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ------------ | ------ | ------- | | pypi | bandit | 1.7.9 | 1.8.0 | | pypi | black | 24.8.0 | 24.10.0 | | pypi | pylint | 3.3.0 | 3.3.1 | | pypi | pytest | 8.3.3 | 8.3.4 | | pypi | pytest-cov | 5.0.0 | 6.0.0 | | pypi | pytest-httpx | 0.31.1 | 0.35.0 | | pypi | twine | 5.1.1 | 6.0.1 | --- setup.cfg | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/setup.cfg b/setup.cfg index 6954013..0b12007 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.1 + 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