diff --git a/poetry.lock b/poetry.lock index c058946..f0b9f91 100644 --- a/poetry.lock +++ b/poetry.lock @@ -921,23 +921,23 @@ files = [ [[package]] name = "pylint" -version = "3.3.5" +version = "3.3.7" description = "python code static checker" optional = false python-versions = ">=3.9.0" groups = ["dev"] files = [ - {file = "pylint-3.3.5-py3-none-any.whl", hash = "sha256:7cb170929a371238530b2eeea09f5f28236d106b70308c3d46a9c0cf11634633"}, - {file = "pylint-3.3.5.tar.gz", hash = "sha256:38d0f784644ed493d91f76b5333a0e370a1c1bc97c22068a77523b4bf1e82c31"}, + {file = "pylint-3.3.7-py3-none-any.whl", hash = "sha256:43860aafefce92fca4cf6b61fe199cdc5ae54ea28f9bf4cd49de267b5195803d"}, + {file = "pylint-3.3.7.tar.gz", hash = "sha256:2b11de8bde49f9c5059452e0c310c079c746a0a8eeaa789e5aa966ecc23e4559"}, ] [package.dependencies] -astroid = ">=3.3.8,<=3.4.0-dev0" +astroid = ">=3.3.8,<=3.4.0.dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = {version = ">=0.3.7", markers = "python_version >= \"3.12\""} -isort = ">=4.2.5,<5.13.0 || >5.13.0,<7" +isort = ">=4.2.5,<5.13 || >5.13,<7" mccabe = ">=0.6,<0.8" -platformdirs = ">=2.2.0" +platformdirs = ">=2.2" tomlkit = ">=0.10.1" [package.extras] @@ -1371,4 +1371,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "ad83e246ece1b359a8851c63cf99014699665f8fa0e5fb8a3fb7cd80e4ae6021" +content-hash = "25a453433655f3c8039aa01813aba359e33d9ff78198b00bb4ef0e0489bd1642" diff --git a/pyproject.toml b/pyproject.toml index d0ed86a..2a52ac2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ testcontainers = "4.10.0" [tool.poetry.group.dev.dependencies] pytest = "8.3.5" flask = "3.1.1" -pylint = "3.3.5" +pylint = "3.3.7" autopep8 = "2.3.2" pytest-timeout = "2.3.1" pytest-asyncio = "0.26.0"