diff --git a/poetry.lock b/poetry.lock index c45a563..7404708 100644 --- a/poetry.lock +++ b/poetry.lock @@ -522,14 +522,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pylint" -version = "2.16.2" +version = "2.16.4" description = "python code static checker" category = "dev" optional = false python-versions = ">=3.7.2" files = [ - {file = "pylint-2.16.2-py3-none-any.whl", hash = "sha256:ff22dde9c2128cd257c145cfd51adeff0be7df4d80d669055f24a962b351bbe4"}, - {file = "pylint-2.16.2.tar.gz", hash = "sha256:13b2c805a404a9bf57d002cd5f054ca4d40b0b87542bdaba5e05321ae8262c84"}, + {file = "pylint-2.16.4-py3-none-any.whl", hash = "sha256:4a770bb74fde0550fa0ab4248a2ad04e7887462f9f425baa0cd8d3c1d098eaee"}, + {file = "pylint-2.16.4.tar.gz", hash = "sha256:8841f26a0dbc3503631b6a20ee368b3f5e0e5461a1d95cf15d103dab748a0db3"}, ] [package.dependencies] @@ -859,4 +859,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "b07cdbebe2660c8a89c85aa4c94642077f419ff2afbc11d0084495de2e5b52aa" +content-hash = "570a6bbde8ec184b71ec4e6f18efb5b128153387aa86ed114b48f237690698c4" diff --git a/pyproject.toml b/pyproject.toml index bf76f1e..4cca77f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ apprise = "^1.3.0" [tool.poetry.group.dev.dependencies] pytest = "^7.2.1" black = "^23.1.0" -pylint = "^2.16.2" +pylint = "^2.16.4" rope = "^1.7.0" mypy = "^1.0.1" types-requests = "^2.28.11.15"