diff --git a/poetry.lock b/poetry.lock index c13d3986..06168478 100644 --- a/poetry.lock +++ b/poetry.lock @@ -455,13 +455,13 @@ files = [ [[package]] name = "pylint" -version = "3.2.6" +version = "3.2.7" description = "python code static checker" optional = false python-versions = ">=3.8.0" files = [ - {file = "pylint-3.2.6-py3-none-any.whl", hash = "sha256:03c8e3baa1d9fb995b12c1dbe00aa6c4bcef210c2a2634374aedeb22fb4a8f8f"}, - {file = "pylint-3.2.6.tar.gz", hash = "sha256:a5d01678349454806cff6d886fb072294f56a58c4761278c97fb557d708e1eb3"}, + {file = "pylint-3.2.7-py3-none-any.whl", hash = "sha256:02f4aedeac91be69fb3b4bea997ce580a4ac68ce58b89eaefeaf06749df73f4b"}, + {file = "pylint-3.2.7.tar.gz", hash = "sha256:1b7a721b575eaeaa7d39db076b6e7743c993ea44f57979127c517c6c572c803e"}, ] [package.dependencies] @@ -611,4 +611,4 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "bb5a31f29f1dfa0a81b1664b3fa9baa63a75494a4c1631570d44c18d0db89a73" +content-hash = "228617d032adc0c7a418376c572da90ae25b686103c86a17c20cc0622ab2eb94" diff --git a/pyproject.toml b/pyproject.toml index e0ed44e2..77f41f18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ sqlparse = ">=0.4.1,<0.6.0" [tool.poetry.dev-dependencies] black = "^24.8" coverage = {extras = ["toml"], version = "^6.5"} -pylint = "^3.2.6" +pylint = "^3.2.7" pytest = "^8.3.2" pytest-cov = "^5.0.0" coveralls = "^3.3.1"