Skip to content

Commit

Permalink
chore(deps): update dependency pylint to ~=3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent 532a332 commit 2d058a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ requires-python = ">=3.8.2,<4.0"
[project.optional-dependencies]
test = [
"matchlib",
"pylint~=3.2.3",
"pylint~=3.3.0",
"pytest~=8.3.2",
]

[tool.pdm.dev-dependencies]
dev = [
"matchlib>=0.2.1",
"mypy~=1.3",
"pylint~=3.2.3",
"pylint~=3.3.0",
"pytest~=8.3.1",
"ruff==0.6.7",
"tox~=4.20.0",
Expand Down

0 comments on commit 2d058a4

Please sign in to comment.