From c9e6d1ff8fd034e020d2eebc10c3735bb61dcd36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 05:59:21 +0000 Subject: [PATCH] Update pylint requirement from ~=2.17 to ~=3.0 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.17.0...v3.0.1) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dic2owl/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dic2owl/requirements_dev.txt b/dic2owl/requirements_dev.txt index ef4560a..60e8fbb 100644 --- a/dic2owl/requirements_dev.txt +++ b/dic2owl/requirements_dev.txt @@ -1,5 +1,5 @@ pre-commit~=2.21; python_version<"3.8" pre-commit~=3.3; python_version>="3.8" -pylint~=2.17 +pylint~=3.0 pytest~=7.4 pytest-cov~=4.1