diff --git a/poetry.lock b/poetry.lock index f09489e..4eef130 100644 --- a/poetry.lock +++ b/poetry.lock @@ -425,14 +425,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] @@ -657,4 +657,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<4.0" -content-hash = "bdf8900cccc97e0a7bad914a1da69d624ac746a2e452ab9fcce9761bdd105a5e" +content-hash = "682c6ed6143dcf27f318c5ef4aadb07c74556df623414c74be6d81a79862f33c" diff --git a/pyproject.toml b/pyproject.toml index 30e2c13..30b752f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ classifiers = [ ] [tool.poetry.group.dev.dependencies] -pylint = "^3.3.7" +pylint = "^3.3.8" pytest = "^8.4.1" mypy = "^1.17.1" bandit = "^1.8.6"