Skip to content

Commit

Permalink
Bump pylint from 2.17.6 to 3.0.0 (#563)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 3, 2023
1 parent f84123c commit f8187f2
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 f8187f2

Please sign in to comment.