From 39f9aa2053b8ce9050fd878537865516600f836a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 06:00:11 +0000 Subject: [PATCH] chore(deps): update pylint requirement from 3.1.0 to 3.3.6 Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.1.0...v3.3.6) --- updated-dependencies: - dependency-name: pylint dependency-version: 3.3.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 305e1886cc3..252f6b061c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ tencentcloud-sdk-python = "3.0.1362" xinference-client = "1.4.1" anthropic = "0.49.0" dashscope = "1.23.1" -pylint = "3.1.0" +pylint = "3.3.6" pydub = "0.25.1" cffi = "1.17.1" pysilk = "0.0.1"