diff --git a/poetry.lock b/poetry.lock index 6e255319..54a8714a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1267,13 +1267,13 @@ 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" 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] @@ -2111,4 +2111,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.13" -content-hash = "40622c943ecfdd203d9f2d2c25e9ee1a8742a465962d3450bd68a34cd9dd6013" +content-hash = "72e64ee044abaa71d5d004619f60e6455eb375a7fdcf18b2d4c35eec7635973e" diff --git a/pyproject.toml b/pyproject.toml index 6d84d637..b6c0a195 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ attrs = "25.3.0" black = "25.1.0" docker = "7.1.0" pdbpp = "^0.11.0" -pylint = "3.3.7" +pylint = "3.3.8" pytest = "8.4.1" pytest-cov = "6.2.1" pytype = "2024.10.11"