Skip to content

Commit

Permalink
Bump pylint from 2.17.6 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.17.6 to 3.0.0.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v2.17.6...v3.0.0)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 3, 2023
1 parent f84123c commit 1424b75
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions dev_requirements/requirements-linting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,17 @@
#
# pip-compile '.\requirements-linting.in'
#
astroid==2.15.7
# via pylint
colorama==0.4.6
astroid==3.0.0
# via pylint
dill==0.3.7
# via pylint
isort==5.12.0
# via pylint
lazy-object-proxy==1.9.0
# via astroid
mccabe==0.7.0
# via pylint
platformdirs==3.10.0
# via pylint
pylint==2.17.6
# via -r .\requirements-linting.in
pylint==3.0.0
# via -r dev_requirements/requirements-linting.in
tomlkit==0.12.1
# via pylint
wrapt==1.15.0
# via astroid

0 comments on commit 1424b75

Please sign in to comment.