Update pylint requirement from ~=4.0.5 to ~=4.0.6#441
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
| dash~=4.2.0 | ||
| pytest~=9.0.3 | ||
| pylint~=4.0.5 | ||
| pylint~=4.0.6 |
There was a problem hiding this comment.
Code library with Restrictive license
More Details
Code library pylint version 4.0.6 has GPL-2.0-or-later license, categorized as Restrictive, its use may cause a supply chain licensing issue.
Remediation guidance
- Review the license terms to understand its specific rules.
- If needed, Replace this component immediately with an alternative using a permissive license (e.g., MIT, Apache 2.0).
- Consult your legal team if the component is business-critical or the terms are unclear.
To ignore this finding as an exception, reply to this conversation with #wiz_ignore reason
If you'd like to ignore this finding in all future scans, add an exception in the .wiz file (learn more) or create an Ignore Rule (learn more).
To get more details on how to remediate this issue using AI, reply to this conversation with #wiz remediate
b6ded01 to
bf31cfe
Compare
bf31cfe to
7e4de33
Compare
7e4de33 to
52d9d49
Compare
52d9d49 to
175815a
Compare
175815a to
1918f94
Compare
1918f94 to
9dafbcb
Compare
9dafbcb to
876bae4
Compare
876bae4 to
7f5a61b
Compare
7f5a61b to
fed0ff8
Compare
fed0ff8 to
1d44b4c
Compare
1d44b4c to
0f11245
Compare
0f11245 to
e03f338
Compare
e03f338 to
f67ca81
Compare
f67ca81 to
bd665e4
Compare
bd665e4 to
fb5c902
Compare
fb5c902 to
12b516f
Compare
Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v4.0.5...v4.0.6) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
12b516f to
c2df50a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on pylint to permit the latest version.
Commits
8a39635Bump pylint to 4.0.6, update changelog (#11105)150f23c[Backport maintenance/4.0.x] Allow digits in ParamSpec and TypeVarTuple names...8b6251e[Backport maintenance/4.0.x] Fix crash when enum member inference fails (#11093)d57aadb[Backport maintenance/4.0.x] Fiximplicit-str-concatfalse positive for mix...d9ea8d9[Backport maintenance/4.0.x] Fixunnecessary-comprehensionsuggestion when ...cb1792a[Backport maintenance/4.0.x] Allow digits in TypeVar names for invalid-name c...ee2ab9aHandle InferenceError in decorator return analysis5bb5498[Backport maintenance/4.0.x] Fix crash in typecheck checker when metaclass ar...a940533[Backport maintenance/4.0.x] Fix a crash inconsider-using-enumeratefor no...b7a873a[Backport maintenance/4.0.x] Fix crash in deprecated checker for non-string `...