Skip to content

Commit

Permalink
Update pylint requirement from <3.3,>=2.14.5 to >=2.14.5,<3.4 (#49)
Browse files Browse the repository at this point in the history
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@pylint-3.0.0a0...v3.3.0)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:production
...

Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
  • Loading branch information
dependabot[bot] and Pierre-Sassoulas authored Sep 23, 2024
1 parent 607fe9f commit c1bc4fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ optional-dependencies.test = [
"coverage",
"coveralls",
"pre-commit",
"pylint>=2.14.5,<3.3",
"pylint>=2.14.5,<3.4",
"pytest-cov",
]
urls.Homepage = "https://github.com/pierre-sassoulas/pySankey"
Expand Down Expand Up @@ -79,5 +79,6 @@ disable = [
"missing-docstring",
"invalid-name",
"too-many-arguments",
"too-many-positional-arguments",
"too-many-locals",
]

0 comments on commit c1bc4fb

Please sign in to comment.