From b1f8e202c8c25f27c77890e2549925441aeaffa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 19:23:59 +0000 Subject: [PATCH] chore(deps-dev): bump the pylint group across 6 directories with 1 update Updates the requirements on and [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. Updates `pylint` to 4.0.5 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.7...v4.0.5) Updates `pylint` to 4.0.5 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.7...v4.0.5) Updates `pylint` to 4.0.5 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.7...v4.0.5) Updates `pylint` to 4.0.5 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.7...v4.0.5) Updates `pylint` to 4.0.5 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.7...v4.0.5) Updates `pylint` to 4.0.5 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.7...v4.0.5) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.5 dependency-type: direct:development dependency-group: pylint - dependency-name: pylint dependency-version: 4.0.5 dependency-type: direct:development dependency-group: pylint - dependency-name: pylint dependency-version: 4.0.5 dependency-type: direct:development dependency-group: pylint - dependency-name: pylint dependency-version: 4.0.5 dependency-type: direct:development dependency-group: pylint - dependency-name: pylint dependency-version: 4.0.5 dependency-type: direct:development dependency-group: pylint - dependency-name: pylint dependency-version: 4.0.5 dependency-type: direct:development dependency-group: pylint ... Signed-off-by: dependabot[bot] --- packages/abstractions/pyproject.toml | 2 +- packages/authentication/azure/pyproject.toml | 2 +- packages/http/httpx/pyproject.toml | 2 +- packages/serialization/form/pyproject.toml | 2 +- packages/serialization/json/pyproject.toml | 2 +- packages/serialization/text/pyproject.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/abstractions/pyproject.toml b/packages/abstractions/pyproject.toml index b11da46..6d7ae75 100644 --- a/packages/abstractions/pyproject.toml +++ b/packages/abstractions/pyproject.toml @@ -33,7 +33,7 @@ opentelemetry-sdk = ">=1.27.0" [tool.poetry.group.dev.dependencies] yapf = ">=0.40.2,<0.44.0" isort = ">=5.13.2,<7.0.0" -pylint = "^3.2.7" +pylint = ">=3.2.7,<5.0.0" mypy = "^1.11.2" pytest = "^8.3.2" pytest-asyncio = ">=0.24,<0.26" diff --git a/packages/authentication/azure/pyproject.toml b/packages/authentication/azure/pyproject.toml index 3a43b17..c84320f 100644 --- a/packages/authentication/azure/pyproject.toml +++ b/packages/authentication/azure/pyproject.toml @@ -35,7 +35,7 @@ opentelemetry-sdk = ">=1.27.0" [tool.poetry.group.dev.dependencies] yapf = ">=0.40.2,<0.44.0" isort = ">=5.13.2,<7.0.0" -pylint = "^3.2.7" +pylint = ">=3.2.7,<5.0.0" mypy = "^1.11.2" pytest = "^8.3.2" pytest-asyncio = ">=0.24,<0.26" diff --git a/packages/http/httpx/pyproject.toml b/packages/http/httpx/pyproject.toml index 04772e7..229f99d 100644 --- a/packages/http/httpx/pyproject.toml +++ b/packages/http/httpx/pyproject.toml @@ -34,7 +34,7 @@ httpx = {extras = ["http2"], version = ">=0.25,<1.0.0"} [tool.poetry.group.dev.dependencies] yapf = ">=0.40.2,<0.44.0" isort = ">=5.13.2,<7.0.0" -pylint = "^3.2.7" +pylint = ">=3.2.7,<5.0.0" mypy = "^1.11.2" pytest = "^8.3.2" pytest-asyncio = ">=0.24,<0.26" diff --git a/packages/serialization/form/pyproject.toml b/packages/serialization/form/pyproject.toml index 9daa2f9..9275112 100644 --- a/packages/serialization/form/pyproject.toml +++ b/packages/serialization/form/pyproject.toml @@ -31,7 +31,7 @@ microsoft-kiota-abstractions = {path="../../abstractions/", develop=true} [tool.poetry.group.dev.dependencies] yapf = ">=0.40.2,<0.44.0" isort = ">=5.13.2,<7.0.0" -pylint = "^3.2.7" +pylint = ">=3.2.7,<5.0.0" mypy = "^1.11.2" pytest = "^8.3.2" pytest-asyncio = ">=0.24,<0.26" diff --git a/packages/serialization/json/pyproject.toml b/packages/serialization/json/pyproject.toml index 646515d..de0edba 100644 --- a/packages/serialization/json/pyproject.toml +++ b/packages/serialization/json/pyproject.toml @@ -31,7 +31,7 @@ microsoft-kiota-abstractions = {path="../../abstractions/", develop=true} [tool.poetry.group.dev.dependencies] yapf = ">=0.40.2,<0.44.0" isort = ">=5.13.2,<7.0.0" -pylint = "^3.2.7" +pylint = ">=3.2.7,<5.0.0" mypy = "^1.11.2" pytest = "^8.3.2" pytest-asyncio = ">=0.24,<0.26" diff --git a/packages/serialization/text/pyproject.toml b/packages/serialization/text/pyproject.toml index 113347b..be799d7 100644 --- a/packages/serialization/text/pyproject.toml +++ b/packages/serialization/text/pyproject.toml @@ -31,7 +31,7 @@ microsoft-kiota-abstractions = {path="../../abstractions/", develop=true} [tool.poetry.group.dev.dependencies] yapf = ">=0.40.2,<0.44.0" isort = ">=5.13.2,<7.0.0" -pylint = "^3.2.7" +pylint = ">=3.2.7,<5.0.0" mypy = "^1.11.2" pytest = "^8.3.2" pytest-asyncio = ">=0.24,<1.4"