diff --git a/pdm.lock b/pdm.lock index 1c1735e..77e31ba 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,14 +5,14 @@ groups = ["default", "build", "lint", "test"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:a03f4c819f5425b4d5c1b6d8b6fd255be8fe8d20309a7a962e3033622ffd9575" +content_hash = "sha256:879e3a86f74084b7a684f5f3e168b214dac6a98d83394e272641911416bb3cab" [[metadata.targets]] requires_python = ">=3.9" [[package]] name = "astroid" -version = "3.3.5" +version = "3.3.8" requires_python = ">=3.9.0" summary = "An abstract syntax tree for Python with inference support." groups = ["lint"] @@ -20,8 +20,8 @@ dependencies = [ "typing-extensions>=4.0.0; python_version < \"3.11\"", ] files = [ - {file = "astroid-3.3.5-py3-none-any.whl", hash = "sha256:a9d1c946ada25098d790e079ba2a1b112157278f3fb7e718ae6a9252f5835dc8"}, - {file = "astroid-3.3.5.tar.gz", hash = "sha256:5cfc40ae9f68311075d27ef68a4841bdc5cc7f6cf86671b49f00607d30188e2d"}, + {file = "astroid-3.3.8-py3-none-any.whl", hash = "sha256:187ccc0c248bfbba564826c26f070494f7bc964fd286b6d9fff4420e55de828c"}, + {file = "astroid-3.3.8.tar.gz", hash = "sha256:a88c7994f914a4ea8572fac479459f4955eeccc877be3f2d959a33273b0cf40b"}, ] [[package]] @@ -138,12 +138,12 @@ files = [ [[package]] name = "pylint" -version = "3.3.2" +version = "3.3.3" requires_python = ">=3.9.0" summary = "python code static checker" groups = ["lint"] dependencies = [ - "astroid<=3.4.0-dev0,>=3.3.5", + "astroid<=3.4.0-dev0,>=3.3.8", "colorama>=0.4.5; sys_platform == \"win32\"", "dill>=0.2; python_version < \"3.11\"", "dill>=0.3.6; python_version >= \"3.11\"", @@ -156,8 +156,8 @@ dependencies = [ "typing-extensions>=3.10.0; python_version < \"3.10\"", ] files = [ - {file = "pylint-3.3.2-py3-none-any.whl", hash = "sha256:77f068c287d49b8683cd7c6e624243c74f92890f767f106ffa1ddf3c0a54cb7a"}, - {file = "pylint-3.3.2.tar.gz", hash = "sha256:9ec054ec992cd05ad30a6df1676229739a73f8feeabf3912c995d17601052b01"}, + {file = "pylint-3.3.3-py3-none-any.whl", hash = "sha256:26e271a2bc8bce0fc23833805a9076dd9b4d5194e2a02164942cb3cdc37b4183"}, + {file = "pylint-3.3.3.tar.gz", hash = "sha256:07c607523b17e6d16e2ae0d7ef59602e332caa762af64203c24b41c27139f36a"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index 51bf4d0..427e12b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,6 +57,6 @@ testpaths = ["."] run-setuptools = true [tool.pdm.dev-dependencies] -lint = ["pylint>=3.3.2", "pyright>=1.1.391", "ruff>=0.8.4"] +lint = ["pylint>=3.3.3", "pyright>=1.1.391", "ruff>=0.8.4"] test = ["pytest>=8.3.4"] build = ["setuptools>=75.6.0"]