From c3d09ab948eac343af2a4dbc45c6c6f470e732a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 10:43:36 +0400 Subject: [PATCH] chore(deps-dev): bump pylint from 3.2.7 to 3.3.0 in /pytests/iroha_cli_tests in the deps group across 1 directory (#5091) 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.2.7 to 3.3.0 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.7...v3.3.0) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-minor 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 | 20 ++++++++++---------- pytests/iroha_cli_tests/pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/pytests/iroha_cli_tests/poetry.lock b/pytests/iroha_cli_tests/poetry.lock index 677776ba8b7..d3b21ad8ca6 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.2.4" +version = "3.3.3" description = "An abstract syntax tree for Python with inference support." optional = false -python-versions = ">=3.8.0" +python-versions = ">=3.9.0" files = [ - {file = "astroid-3.2.4-py3-none-any.whl", hash = "sha256:413658a61eeca6202a59231abb473f932038fbcbf1666587f66d482083413a25"}, - {file = "astroid-3.2.4.tar.gz", hash = "sha256:0e14202810b30da1b735827f78f5157be2bbd4a7a59b7707ca0bfc2fb4c0063a"}, + {file = "astroid-3.3.3-py3-none-any.whl", hash = "sha256:2d79acfd3c594b6a2d4141fea98a1d62ab4a52e54332b1f1ddcf07b652cc5c0f"}, + {file = "astroid-3.3.3.tar.gz", hash = "sha256:63f8c5370d9bad8294163c87b2d440a7fdf546be6c72bbeac0549c93244dbd72"}, ] [[package]] @@ -481,17 +481,17 @@ files = [ [[package]] name = "pylint" -version = "3.2.7" +version = "3.3.0" description = "python code static checker" optional = false -python-versions = ">=3.8.0" +python-versions = ">=3.9.0" files = [ - {file = "pylint-3.2.7-py3-none-any.whl", hash = "sha256:02f4aedeac91be69fb3b4bea997ce580a4ac68ce58b89eaefeaf06749df73f4b"}, - {file = "pylint-3.2.7.tar.gz", hash = "sha256:1b7a721b575eaeaa7d39db076b6e7743c993ea44f57979127c517c6c572c803e"}, + {file = "pylint-3.3.0-py3-none-any.whl", hash = "sha256:02dce1845f68974b9b03045894eb3bf05a8b3c7da9fd10af4de3c91e69eb92f1"}, + {file = "pylint-3.3.0.tar.gz", hash = "sha256:c685fe3c061ee5fb0ce7c29436174ab84a2f525fce2a268b1986e921e083fe22"}, ] [package.dependencies] -astroid = ">=3.2.4,<=3.3.0-dev0" +astroid = ">=3.3.3,<=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 = "8463927838d152744dd94262236c869eb09b0ba806999c6f1362524ac8a1a3f0" +content-hash = "8af6d9897f3fd5fff3c978138a187fb323f429c5484d86f9348c83d7a8023b5c" diff --git a/pytests/iroha_cli_tests/pyproject.toml b/pytests/iroha_cli_tests/pyproject.toml index 97003f31cd2..9a7f4c9c4fc 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.2.7" +pylint = "^3.3.0" isort = "^5.13.2" [build-system]