diff --git a/poetry.lock b/poetry.lock index 4d61179..40c53ad 100644 --- a/poetry.lock +++ b/poetry.lock @@ -495,14 +495,14 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pylint" -version = "3.3.7" +version = "3.3.8" description = "python code static checker" optional = false python-versions = ">=3.9.0" groups = ["dev"] files = [ - {file = "pylint-3.3.7-py3-none-any.whl", hash = "sha256:43860aafefce92fca4cf6b61fe199cdc5ae54ea28f9bf4cd49de267b5195803d"}, - {file = "pylint-3.3.7.tar.gz", hash = "sha256:2b11de8bde49f9c5059452e0c310c079c746a0a8eeaa789e5aa966ecc23e4559"}, + {file = "pylint-3.3.8-py3-none-any.whl", hash = "sha256:7ef94aa692a600e82fabdd17102b73fc226758218c97473c7ad67bd4cb905d83"}, + {file = "pylint-3.3.8.tar.gz", hash = "sha256:26698de19941363037e2937d3db9ed94fb3303fdadf7d98847875345a8bb6b05"}, ] [package.dependencies] @@ -773,4 +773,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<4.0" -content-hash = "b172dc6e62b878dab3d36b77d60ed0040c720909cf363e985c1f14a6ef90702b" +content-hash = "3d0d2946058e618852fe6cd35916666a2900f9501be6acb860ed2e6b43c04459" diff --git a/pyproject.toml b/pyproject.toml index 2804551..5974578 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ classifiers = [ black = ">=22.12,<26.0" mypy = "^1.17.1" bandit = "^1.8.6" -pylint = "^3.3.7" +pylint = "^3.3.8" pytest = "^8.4.1" [tool.pylint.'MESSAGES CONTROL']