Skip to content

Commit

Permalink
Update pylint requirement from ~=2.17 to ~=3.0 in /package (#1619)
Browse files Browse the repository at this point in the history
* Update pylint requirement from ~=2.17 to ~=3.0 in /package

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.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update package/test_requirements.txt

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ravi Kumar Pilla <ravi_kumar_pilla@mckinsey.com>
dependabot[bot] and ravi-kumar-pilla authored Nov 7, 2023
1 parent bd6845b commit 7d62bcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/test_requirements.txt
Original file line number Diff line number Diff line change
@@ -14,7 +14,8 @@ matplotlib~=3.5
mypy~=1.0
moto~=4.1.14
psutil==5.9.6 # same as Kedro for now
pylint~=2.17
pylint~=2.17; python_version < '3.8'
pylint~=3.0; python_version >= '3.8'
pytest~=7.4
pytest-asyncio~=0.21
pytest-mock~=3.11

0 comments on commit 7d62bcf

Please sign in to comment.