From 05ed2ca16779de5a3e6557c2e761f909009dc17c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 12:58:57 +0400 Subject: [PATCH] chore(deps-dev): bump pylint from 3.3.0 to 3.3.1 in /pytests/iroha_cli_tests in the deps group across 1 directory (#5099) chore(deps-dev): bump pylint Bumps the deps group with 1 update in the /pytests/iroha_cli_tests directory: [pylint](https://github.com/pylint-dev/pylint). Updates `pylint` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.0...v3.3.1) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pytests/iroha_cli_tests/poetry.lock | 16 ++++++++-------- pytests/iroha_cli_tests/pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pytests/iroha_cli_tests/poetry.lock b/pytests/iroha_cli_tests/poetry.lock index d3b21ad8ca6..e1b892913f4 100644 --- a/pytests/iroha_cli_tests/poetry.lock +++ b/pytests/iroha_cli_tests/poetry.lock @@ -32,13 +32,13 @@ pluggy = ">=0.4.0" [[package]] name = "astroid" -version = "3.3.3" +version = "3.3.4" description = "An abstract syntax tree for Python with inference support." optional = false python-versions = ">=3.9.0" files = [ - {file = "astroid-3.3.3-py3-none-any.whl", hash = "sha256:2d79acfd3c594b6a2d4141fea98a1d62ab4a52e54332b1f1ddcf07b652cc5c0f"}, - {file = "astroid-3.3.3.tar.gz", hash = "sha256:63f8c5370d9bad8294163c87b2d440a7fdf546be6c72bbeac0549c93244dbd72"}, + {file = "astroid-3.3.4-py3-none-any.whl", hash = "sha256:5eba185467253501b62a9f113c263524b4f5d55e1b30456370eed4cdbd6438fd"}, + {file = "astroid-3.3.4.tar.gz", hash = "sha256:e73d0b62dd680a7c07cb2cd0ce3c22570b044dd01bd994bc3a2dd16c6cbba162"}, ] [[package]] @@ -481,17 +481,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.3.7", markers = "python_version >= \"3.12\""}, @@ -610,4 +610,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "8af6d9897f3fd5fff3c978138a187fb323f429c5484d86f9348c83d7a8023b5c" +content-hash = "57066bd7fa291d8da3b3296aff6a318def6c0573d2083c99bf6c2fa678d0cf97" diff --git a/pytests/iroha_cli_tests/pyproject.toml b/pytests/iroha_cli_tests/pyproject.toml index 9a7f4c9c4fc..c0cb12e570f 100644 --- a/pytests/iroha_cli_tests/pyproject.toml +++ b/pytests/iroha_cli_tests/pyproject.toml @@ -22,7 +22,7 @@ black = "*" flake8 = "*" [tool.poetry.group.dev.dependencies] -pylint = "^3.3.0" +pylint = "^3.3.1" isort = "^5.13.2" [build-system]