Skip to content

Commit 5502b7c

Browse files
Bump pylint from 3.3.8 to 4.0.2
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.8 to 4.0.2. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.8...v4.0.2) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1f672a8 commit 5502b7c

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

poetry.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ single-source = ">=0.2,<0.5"
2424
autoflake = "^1.4"
2525
autoimport = "^0.11"
2626
black = "25.1.0" # Use same version as super-linter: https://github.com/super-linter/super-linter/blob/main/dependencies/python/black.txt
27-
pylint = "^3.3"
27+
pylint = ">=3.3,<5.0"
2828
ipdb = "^0.13"
2929
isort = "^5.9"
3030
pudb = "^2021.2.2"

0 commit comments

Comments
 (0)