diff --git a/poetry.lock b/poetry.lock index e2d6e1b2..14a91cdd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -455,13 +455,13 @@ files = [ [[package]] name = "pylint" -version = "3.2.2" +version = "3.2.3" description = "python code static checker" optional = false python-versions = ">=3.8.0" files = [ - {file = "pylint-3.2.2-py3-none-any.whl", hash = "sha256:3f8788ab20bb8383e06dd2233e50f8e08949cfd9574804564803441a4946eab4"}, - {file = "pylint-3.2.2.tar.gz", hash = "sha256:d068ca1dfd735fb92a07d33cb8f288adc0f6bc1287a139ca2425366f7cbe38f8"}, + {file = "pylint-3.2.3-py3-none-any.whl", hash = "sha256:b3d7d2708a3e04b4679e02d99e72329a8b7ee8afb8d04110682278781f889fa8"}, + {file = "pylint-3.2.3.tar.gz", hash = "sha256:02f6c562b215582386068d52a30f520d84fdbcf2a95fc7e855b816060d048b60"}, ] [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 = "c485a1495780260c722da068a76eabad8365dad569014c8c0c6cc672ea4b2074" +content-hash = "557840522bfc6aec510f4112b5db2a1fa96f35c16b528f7bb2851057e9fa60e0" diff --git a/pyproject.toml b/pyproject.toml index 97dbc919..f35f847c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ sqlparse = ">=0.4.1,<0.6.0" [tool.poetry.dev-dependencies] black = "^24.4" coverage = {extras = ["toml"], version = "^6.5"} -pylint = "^3.2.2" +pylint = "^3.2.3" pytest = "^8.2.2" pytest-cov = "^5.0.0" coveralls = "^3.3.1"