diff --git a/poetry.lock b/poetry.lock index b5664c4b..feb3d975 100644 --- a/poetry.lock +++ b/poetry.lock @@ -455,17 +455,17 @@ files = [ [[package]] name = "pylint" -version = "3.2.1" +version = "3.2.2" description = "python code static checker" optional = false python-versions = ">=3.8.0" files = [ - {file = "pylint-3.2.1-py3-none-any.whl", hash = "sha256:93643d4caa0f5ca3c24e16ed0cc835e9a1481870c3abcb481aad0cb4cb121243"}, - {file = "pylint-3.2.1.tar.gz", hash = "sha256:c4ab2acdffeb1bead50ecf41b15b38ebe61a173e4234d5545bddd732f1f3380a"}, + {file = "pylint-3.2.2-py3-none-any.whl", hash = "sha256:3f8788ab20bb8383e06dd2233e50f8e08949cfd9574804564803441a4946eab4"}, + {file = "pylint-3.2.2.tar.gz", hash = "sha256:d068ca1dfd735fb92a07d33cb8f288adc0f6bc1287a139ca2425366f7cbe38f8"}, ] [package.dependencies] -astroid = ">=3.2.1,<=3.3.0-dev0" +astroid = ">=3.2.2,<=3.3.0-dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = [ {version = ">=0.2", markers = "python_version < \"3.11\""}, @@ -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 = "4258ff5684d42f4c443f7ce50b1a76d6071e854dab28944c3a3eca33e3c8d34d" +content-hash = "770c60e5cf53be9189158caf79751083c574322ecd4d9ac6b9686dae574a83b9" diff --git a/pyproject.toml b/pyproject.toml index e2ccbdfa..1a4c6885 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.1" +pylint = "^3.2.2" pytest = "^8.2.1" pytest-cov = "^5.0.0" coveralls = "^3.3.1"