Skip to content

Commit c8d97a2

Browse files
chore(pykotor)(deps-dev): update pylint requirement
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](pylint-dev/pylint@pylint-2.0...v4.0.6) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ca61ce8 commit c8d97a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Libraries/PyKotor/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ mypy = [
235235
{ version = ">=1.19.1", markers = "python_version >= \"3.9\"" },
236236
]
237237
pyflakes = [{ version = ">=2.0.0,<3.5.0", markers = "python_version < \"3.9\"" }]
238-
pylint = [{ version = ">=2.0.0,<3.3.10", markers = "python_version < \"3.9\"" }]
238+
pylint = [{ version = ">=2.0.0,<4.0.7", markers = "python_version < \"3.9\"" }]
239239
pytest-cov = ">=4.0.0"
240240
pytest-html = [
241241
{ version = ">=3.0.0,<4.0.0", markers = "python_version < \"3.9\"" },

0 commit comments

Comments
 (0)