Skip to content

Commit e12fef6

Browse files
authored
Merge pull request #38 from erikw/dependabot/pip/pylint-4.0.2
Bump pylint from 3.3.8 to 4.0.2
2 parents 1f672a8 + 5502b7c commit e12fef6

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)