diff --git a/poetry.lock b/poetry.lock index 550b031..9f77287 100644 --- a/poetry.lock +++ b/poetry.lock @@ -271,13 +271,13 @@ files = [ [[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] @@ -288,7 +288,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\""} @@ -512,4 +512,4 @@ testing = ["coverage (>=6.2)", "coverage-enable-subprocess (>=1)", "flaky (>=3.7 [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "885f7bb0f4c66f2af1c56f6938a6945427fcc2f7582cc91159147c96f1ccbd81" +content-hash = "13a420549820171b8f6de7b4762660547d6558f28b2bd4caeff48a444b6da256" diff --git a/pyproject.toml b/pyproject.toml index 4fdf07b..88772b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ TgCrypto = "^1.2.5" [tool.poetry.dev-dependencies] black = "^23.11.0" -pylint = "^3.0.2" +pylint = "^3.0.3" pre-commit = "^3.5.0" isort = "^5.13.1" pyclean = "^2.7.6"