diff --git a/poetry.lock b/poetry.lock index c983f97..a475034 100644 --- a/poetry.lock +++ b/poetry.lock @@ -876,17 +876,17 @@ files = [ [[package]] name = "pylint" -version = "3.3.1" +version = "3.3.2" description = "python code static checker" optional = false python-versions = ">=3.9.0" files = [ - {file = "pylint-3.3.1-py3-none-any.whl", hash = "sha256:2f846a466dd023513240bc140ad2dd73bfc080a5d85a710afdb728c420a5a2b9"}, - {file = "pylint-3.3.1.tar.gz", hash = "sha256:9f3dcc87b1203e612b78d91a896407787e708b3f189b5fa0b307712d49ff0c6e"}, + {file = "pylint-3.3.2-py3-none-any.whl", hash = "sha256:77f068c287d49b8683cd7c6e624243c74f92890f767f106ffa1ddf3c0a54cb7a"}, + {file = "pylint-3.3.2.tar.gz", hash = "sha256:9ec054ec992cd05ad30a6df1676229739a73f8feeabf3912c995d17601052b01"}, ] [package.dependencies] -astroid = ">=3.3.4,<=3.4.0-dev0" +astroid = ">=3.3.5,<=3.4.0-dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = [ {version = ">=0.2", markers = "python_version < \"3.11\""}, @@ -1367,4 +1367,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "4892f4023193c6c0bceb6a7d731055401ff70e6bc04464a9b50d98ae0d489d9b" +content-hash = "1fd285e43e4772bf317c7f11f56585da61d16b7de5f5c0e9b48fc002c80f7b27" diff --git a/pyproject.toml b/pyproject.toml index 3a4e1e5..2751cc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ flake8-black = "0.3.6" flake8-bugbear = "24.10.31" flake8-import-order = "0.18.2" mypy = "1.13.0" -pylint = "3.3.1" +pylint = "3.3.2" [tool.poetry.scripts] workday-upload = 'loop_workday_upload:main'