From c3dd6e3eaf013cdabdb994f482ab1a0f9ab94736 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 19:09:11 +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.7.10 | | pypi | black | 24.8.0 | 24.10.0 | | pypi | pylint | 3.3.0 | 3.3.1 | | pypi | pytest-cov | 5.0.0 | 6.0.0 | | pypi | pytest-httpx | 0.31.1 | 0.34.0 | --- setup.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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