From be6906a2ec249206556cff160894bd092442d233 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 01:41:45 +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 | pylint | 3.2.7 | 3.3.0 | | pypi | pytest-httpx | 0.30.0 | 0.31.1 | --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 6b617fc..6954013 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,10 +39,10 @@ dev = flake8==7.1.1 isort==5.13.2 pydocstyle==6.3.0 - pylint==3.2.7 + pylint==3.3.0 pytest==8.3.3 pytest-cov==5.0.0 - pytest-httpx==0.30.0 + pytest-httpx==0.31.1 responses==0.25.3 ci = twine==5.1.1