From 74984a873587c008acecd38c20cf2ab76f35aac2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 12:12:53 +0000 Subject: [PATCH 1/2] Update pylint requirement from ~=2.16 to ~=3.1 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/v2.16.0...v3.1.0) --- updated-dependencies: - dependency-name: pylint 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 89a43fd..e0a139c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ dynamic = ["version"] tests = [ "approvaltests~=10.0", "flake8~=7.0", - "pylint~=2.12", + "pylint~=3.1", "pytest~=8.0", "pytest-cov~=4.0", ] From 8a7773a92368fd4076696753ba274d2356fb6ce7 Mon Sep 17 00:00:00 2001 From: Jan Heinrich Reimer Date: Mon, 26 Feb 2024 17:35:22 +0100 Subject: [PATCH 2/2] Update pyproject.toml Signed-off-by: Jan Heinrich Reimer --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e0a139c..62dffdf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,6 @@ dependencies = [ "publicsuffixlist~=0.9.3", "pyarrow~=15.0.0", "pycld3~=0.22.0", - "pylint~=2.16", "pyspark~=3.5", "python-slugify~=8.0", "pyyaml~=6.0",