diff --git a/poetry.lock b/poetry.lock index df702d7a8..f43c04ac5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1830,13 +1830,13 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] [[package]] name = "pylint" -version = "3.0.2" +version = "3.0.3" description = "python code static checker" optional = false python-versions = ">=3.8.0" files = [ - {file = "pylint-3.0.2-py3-none-any.whl", hash = "sha256:60ed5f3a9ff8b61839ff0348b3624ceeb9e6c2a92c514d81c9cc273da3b6bcda"}, - {file = "pylint-3.0.2.tar.gz", hash = "sha256:0d4c286ef6d2f66c8bfb527a7f8a629009e42c99707dec821a03e1b51a4c1496"}, + {file = "pylint-3.0.3-py3-none-any.whl", hash = "sha256:7a1585285aefc5165db81083c3e06363a27448f6b467b3b0f30dbd0ac1f73810"}, + {file = "pylint-3.0.3.tar.gz", hash = "sha256:58c2398b0301e049609a8429789ec6edf3aabe9b6c5fec916acd18639c16de8b"}, ] [package.dependencies] @@ -1846,7 +1846,7 @@ dill = [ {version = ">=0.3.7", markers = "python_version >= \"3.12\""}, {version = ">=0.3.6", markers = "python_version >= \"3.11\" and python_version < \"3.12\""}, ] -isort = ">=4.2.5,<6" +isort = ">=4.2.5,<5.13.0 || >5.13.0,<6" mccabe = ">=0.6,<0.8" platformdirs = ">=2.2.0" tomlkit = ">=0.10.1" @@ -2571,4 +2571,4 @@ ifaddr = ">=0.1.7" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "b11813b472f4c22d2d5ea55878fc5bd85c84d60fe26f4a7172b4ca1beb93ed60" +content-hash = "9ed4be68ada6581c39a90b57341f05f5b8bba77cc969b63cdcbe9f8b9210e141" diff --git a/pyproject.toml b/pyproject.toml index 9bc0843e6..15272f2c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ isort = "^5.12.0" mypy = "^1.7" pre-commit = "^3.5.0" PyGithub = "^2.1" -pylint = "^3.0.2" +pylint = "^3.0.3" types-requests = "^2.31.0" voluptuous-stubs = "^0.1.1"