diff --git a/poetry.lock b/poetry.lock index 5078f370..fd7e420c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1570,13 +1570,13 @@ toml = ">=0.10.2,<0.11.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] @@ -1587,7 +1587,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" tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""} @@ -2465,4 +2465,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.10,<4" -content-hash = "77fb3c227f540d83a7a62bd294ec063ffee8ce0b5aadb047ffe55ee431eb068c" +content-hash = "79033cedc0b292d5f5698631f4b69bdcf7ca166bc7fd8c3f3c905b41efb8a3a6" diff --git a/pyproject.toml b/pyproject.toml index dbc199a0..8fa9253c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -153,7 +153,7 @@ gitpython = "^3" pexpect = "^4" ptyprocess = "^0" pylic = "^3.5.0" -pylint = "3.0.2" +pylint = "3.0.3" pyright = "^1" pytest = "^7" pytest-aiohttp = "^1"