diff --git a/.changelog/4709.yml b/.changelog/4709.yml new file mode 100644 index 00000000000..4841cddc328 --- /dev/null +++ b/.changelog/4709.yml @@ -0,0 +1,4 @@ +changes: +- description: Upgrading the pylint version to 3.3.2. + type: internal +pr_number: 4709 diff --git a/demisto_sdk/commands/lint/resources/python3_requirements/dev-requirements.txt b/demisto_sdk/commands/lint/resources/python3_requirements/dev-requirements.txt index bb54723d0e3..68654ec5b17 100644 --- a/demisto_sdk/commands/lint/resources/python3_requirements/dev-requirements.txt +++ b/demisto_sdk/commands/lint/resources/python3_requirements/dev-requirements.txt @@ -1,5 +1,5 @@ flake8==6.0.0 -pylint==2.17.0 +pylint>=3.2 pytest-mock==3.10.0 vulture==2.7 requests-mock==1.11.0 diff --git a/poetry.lock b/poetry.lock index 67ec38c06c5..1aa59de8d9c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -175,13 +175,13 @@ files = [ [[package]] name = "astroid" -version = "3.3.5" +version = "3.3.8" description = "An abstract syntax tree for Python with inference support." optional = false python-versions = ">=3.9.0" files = [ - {file = "astroid-3.3.5-py3-none-any.whl", hash = "sha256:a9d1c946ada25098d790e079ba2a1b112157278f3fb7e718ae6a9252f5835dc8"}, - {file = "astroid-3.3.5.tar.gz", hash = "sha256:5cfc40ae9f68311075d27ef68a4841bdc5cc7f6cf86671b49f00607d30188e2d"}, + {file = "astroid-3.3.8-py3-none-any.whl", hash = "sha256:187ccc0c248bfbba564826c26f070494f7bc964fd286b6d9fff4420e55de828c"}, + {file = "astroid-3.3.8.tar.gz", hash = "sha256:a88c7994f914a4ea8572fac479459f4955eeccc877be3f2d959a33273b0cf40b"}, ] [package.dependencies] @@ -1377,12 +1377,12 @@ files = [ google-auth = ">=2.14.1,<3.0.dev0" googleapis-common-protos = ">=1.56.2,<2.0.dev0" grpcio = [ - {version = ">=1.33.2,<2.0dev", optional = true, markers = "python_version < \"3.11\" and extra == \"grpc\""}, {version = ">=1.49.1,<2.0dev", optional = true, markers = "python_version >= \"3.11\" and extra == \"grpc\""}, + {version = ">=1.33.2,<2.0dev", optional = true, markers = "python_version < \"3.11\" and extra == \"grpc\""}, ] grpcio-status = [ - {version = ">=1.33.2,<2.0.dev0", optional = true, markers = "python_version < \"3.11\" and extra == \"grpc\""}, {version = ">=1.49.1,<2.0.dev0", optional = true, markers = "python_version >= \"3.11\" and extra == \"grpc\""}, + {version = ">=1.33.2,<2.0.dev0", optional = true, markers = "python_version < \"3.11\" and extra == \"grpc\""}, ] proto-plus = ">=1.22.3,<2.0.0dev" protobuf = ">=3.19.5,<3.20.0 || >3.20.0,<3.20.1 || >3.20.1,<4.21.0 || >4.21.0,<4.21.1 || >4.21.1,<4.21.2 || >4.21.2,<4.21.3 || >4.21.3,<4.21.4 || >4.21.4,<4.21.5 || >4.21.5,<6.0.0.dev0" @@ -3574,22 +3574,22 @@ python-dateutil = ">=2.8.0" [[package]] name = "pylint" -version = "3.3.1" +version = "3.3.3" description = "python code static checker" optional = false python-versions = ">=3.9.0" files = [ - {file = "pylint-3.3.1-py3-none-any.whl", hash = "sha256:2f846a466dd023513240bc140ad2dd73bfc080a5d85a710afdb728c420a5a2b9"}, - {file = "pylint-3.3.1.tar.gz", hash = "sha256:9f3dcc87b1203e612b78d91a896407787e708b3f189b5fa0b307712d49ff0c6e"}, + {file = "pylint-3.3.3-py3-none-any.whl", hash = "sha256:26e271a2bc8bce0fc23833805a9076dd9b4d5194e2a02164942cb3cdc37b4183"}, + {file = "pylint-3.3.3.tar.gz", hash = "sha256:07c607523b17e6d16e2ae0d7ef59602e332caa762af64203c24b41c27139f36a"}, ] [package.dependencies] -astroid = ">=3.3.4,<=3.4.0-dev0" +astroid = ">=3.3.8,<=3.4.0-dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = [ - {version = ">=0.2", markers = "python_version < \"3.11\""}, {version = ">=0.3.7", markers = "python_version >= \"3.12\""}, {version = ">=0.3.6", markers = "python_version >= \"3.11\" and python_version < \"3.12\""}, + {version = ">=0.2", markers = "python_version < \"3.11\""}, ] isort = ">=4.2.5,<5.13.0 || >5.13.0,<6" mccabe = ">=0.6,<0.8" @@ -5534,4 +5534,4 @@ generate-unit-tests = ["klara"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "daabfeea7cb561d816da9c41866ce10d183fd5d44232ef4bfa40208ed5a17e91" +content-hash = "a51697c728adee50c9703d4f5edf9cd0bfa0fbf2955855d39c515bbb614d2f23" diff --git a/pyproject.toml b/pyproject.toml index ce28c319958..88f3cb64d3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ python = ">=3.9,<3.13" autopep8 = "^2.0.4" bandit = "^1.7.4" mypy = "^0.982" -pylint = "^3.3.1" +pylint = "^3.3.2" vulture = "^2.3" beautifulsoup4 = "^4.11.1" chardet = ">=4,<6"