Skip to content

Commit

Permalink
build(deps): update pylint requirement from ~=2.17 to ~=3.1
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@v2.17.0...v3.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 3, 2024
1 parent 86cafd0 commit bbeabe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements_ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ coverage ~= 7.2
flake518 ~= 1.6; python_version >= '3.9'
mypy ~= 1.5
pydocstyle ~= 6.3
pylint ~= 2.17
pylint ~= 3.1
twine ~= 4.0
types-setuptools >= 67.4

0 comments on commit bbeabe1

Please sign in to comment.