From e966940df7fb79c15770b52757ed3d834e4abe43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 01:42:22 +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.2 | | pypi | black | 24.8.0 | 24.10.0 | | pypi | pylint | 3.3.0 | 3.3.3 | | 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 | responses | 0.25.3 | 0.25.5 | | pypi | twine | 5.1.1 | 6.0.1 | --- setup.cfg | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/setup.cfg b/setup.cfg index 6954013..c75f41c 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.2 + 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 - responses==0.25.3 + pylint==3.3.3 + pytest==8.3.4 + pytest-cov==6.0.0 + pytest-httpx==0.35.0 + responses==0.25.5 ci = - twine==5.1.1 + twine==6.0.1 [options.packages.find] where = src