From 479f56117defeda21a97af331fb37566dac1cf4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 13:36:14 +0000 Subject: [PATCH] Update dependency pylint to v3.3.1 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 25a4803..4a84502 100644 --- a/poetry.lock +++ b/poetry.lock @@ -811,17 +811,17 @@ files = [ [[package]] name = "pylint" -version = "3.3.0" +version = "3.3.1" description = "python code static checker" optional = false python-versions = ">=3.9.0" files = [ - {file = "pylint-3.3.0-py3-none-any.whl", hash = "sha256:02dce1845f68974b9b03045894eb3bf05a8b3c7da9fd10af4de3c91e69eb92f1"}, - {file = "pylint-3.3.0.tar.gz", hash = "sha256:c685fe3c061ee5fb0ce7c29436174ab84a2f525fce2a268b1986e921e083fe22"}, + {file = "pylint-3.3.1-py3-none-any.whl", hash = "sha256:2f846a466dd023513240bc140ad2dd73bfc080a5d85a710afdb728c420a5a2b9"}, + {file = "pylint-3.3.1.tar.gz", hash = "sha256:9f3dcc87b1203e612b78d91a896407787e708b3f189b5fa0b307712d49ff0c6e"}, ] [package.dependencies] -astroid = ">=3.3.3,<=3.4.0-dev0" +astroid = ">=3.3.4,<=3.4.0-dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = [ {version = ">=0.2", markers = "python_version < \"3.11\""}, @@ -1272,4 +1272,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "4298308ce6e4fc7c681f261fa848728f2fbfb1e8bdcb68905dc1671b853cee6e" +content-hash = "6a65bd9980396a40a1d08503c2c95f3f7e862a3aeee98af6e59fea663afb82d1" diff --git a/pyproject.toml b/pyproject.toml index 4ee82dc..819a93c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ flake8-black = "0.3.6" flake8-bugbear = "24.8.19" flake8-import-order = "0.18.2" mypy = "1.11.2" -pylint = "3.3.0" +pylint = "3.3.1" [tool.poetry.scripts] workday-upload = 'loop_workday_upload:main'