From 8ab6deb811c34bb6123753d881029c15a8ad9d52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 06:31:00 +0000 Subject: [PATCH] Update dependency pylint to v3.1.0 --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 25d3def6..1dc6bdd2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,14 +2,14 @@ [[package]] name = "astroid" -version = "3.0.1" +version = "3.1.0" description = "An abstract syntax tree for Python with inference support." category = "dev" optional = false python-versions = ">=3.8.0" files = [ - {file = "astroid-3.0.1-py3-none-any.whl", hash = "sha256:7d5895c9825e18079c5aeac0572bc2e4c83205c95d416e0b4fee8bc361d2d9ca"}, - {file = "astroid-3.0.1.tar.gz", hash = "sha256:86b0bb7d7da0be1a7c4aedb7974e391b32d4ed89e33de6ed6902b4b15c97577e"}, + {file = "astroid-3.1.0-py3-none-any.whl", hash = "sha256:951798f922990137ac090c53af473db7ab4e70c770e6d7fae0cec59f74411819"}, + {file = "astroid-3.1.0.tar.gz", hash = "sha256:ac248253bfa4bd924a0de213707e7ebeeb3138abeb48d798784ead1e56d419d4"}, ] [package.dependencies] @@ -1412,18 +1412,18 @@ pyparsing = ">=2.1.4" [[package]] name = "pylint" -version = "3.0.3" +version = "3.1.0" description = "python code static checker" category = "dev" optional = false python-versions = ">=3.8.0" files = [ - {file = "pylint-3.0.3-py3-none-any.whl", hash = "sha256:7a1585285aefc5165db81083c3e06363a27448f6b467b3b0f30dbd0ac1f73810"}, - {file = "pylint-3.0.3.tar.gz", hash = "sha256:58c2398b0301e049609a8429789ec6edf3aabe9b6c5fec916acd18639c16de8b"}, + {file = "pylint-3.1.0-py3-none-any.whl", hash = "sha256:507a5b60953874766d8a366e8e8c7af63e058b26345cfcb5f91f89d987fd6b74"}, + {file = "pylint-3.1.0.tar.gz", hash = "sha256:6a69beb4a6f63debebaab0a3477ecd0f559aa726af4954fc948c51f7a2549e23"}, ] [package.dependencies] -astroid = ">=3.0.1,<=3.1.0-dev0" +astroid = ">=3.1.0,<=3.2.0-dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = [ {version = ">=0.2", markers = "python_version < \"3.11\""}, @@ -2113,4 +2113,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "2c4ff1a60d40048ef67cb4357ca61a1f07fe1f354085179ba6310dea8b739b25" +content-hash = "51db15687fc5148d06a664f0bca9859d43436f817ecbd25f85a47f75c932da60" diff --git a/pyproject.toml b/pyproject.toml index 66da2492..3a3e951e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ cryptography = "<42.0.6" [tool.poetry.dev-dependencies] attrs = "23.2.0" -pylint = "3.0.3" +pylint = "3.1.0" pytype = "2024.2.27" pytest = "8.0.2"