From f2a611ddc45d677c6531286fe1e7944d3923ca09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 08:20:00 +0000 Subject: [PATCH] Bump pylint from 3.0.2 to 3.0.3 in /py Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.0.2...v3.0.3) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- py/poetry.lock | 10 +++++----- py/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/py/poetry.lock b/py/poetry.lock index 2df56f0a..46164b7b 100644 --- a/py/poetry.lock +++ b/py/poetry.lock @@ -288,20 +288,20 @@ files = [ [[package]] name = "pylint" -version = "3.0.2" +version = "3.0.3" description = "python code static checker" optional = false python-versions = ">=3.8.0" files = [ - {file = "pylint-3.0.2-py3-none-any.whl", hash = "sha256:60ed5f3a9ff8b61839ff0348b3624ceeb9e6c2a92c514d81c9cc273da3b6bcda"}, - {file = "pylint-3.0.2.tar.gz", hash = "sha256:0d4c286ef6d2f66c8bfb527a7f8a629009e42c99707dec821a03e1b51a4c1496"}, + {file = "pylint-3.0.3-py3-none-any.whl", hash = "sha256:7a1585285aefc5165db81083c3e06363a27448f6b467b3b0f30dbd0ac1f73810"}, + {file = "pylint-3.0.3.tar.gz", hash = "sha256:58c2398b0301e049609a8429789ec6edf3aabe9b6c5fec916acd18639c16de8b"}, ] [package.dependencies] astroid = ">=3.0.1,<=3.1.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,<6" +isort = ">=4.2.5,<5.13.0 || >5.13.0,<6" mccabe = ">=0.6,<0.8" platformdirs = ">=2.2.0" tomlkit = ">=0.10.1" @@ -381,4 +381,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "7b6640073f6023ccfacb697dbb9775fcebcedd7a42da8af53ef0b0249a316069" +content-hash = "c49c835cbf6235e3b2e27596859964134d1aed58ccd4de4e269362b0963312b2" diff --git a/py/pyproject.toml b/py/pyproject.toml index 6f459e13..6f21fa8a 100644 --- a/py/pyproject.toml +++ b/py/pyproject.toml @@ -15,7 +15,7 @@ networkx = "^3.2.0" [tool.poetry.dev-dependencies] black = "^23.11.0" isort = "^5.12.0" -pylint = "^3.0.0" +pylint = "^3.0.3" pytest = "^7.4.0" pytest-benchmark = { version = "^4.0.0", extras = ["histogram"] }