Skip to content

Commit

Permalink
Merge pull request #144 from viperior/dependabot/pip/pylint-3.0.1
Browse files Browse the repository at this point in the history
Bump pylint from 2.17.4 to 3.0.1
  • Loading branch information
viperior authored Oct 18, 2023
2 parents 4c64629 + ad6f953 commit 0481a28
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --resolver=backtracking dev-requirements.in
#
astroid==2.15.4
astroid==3.0.1
# via pylint
coverage==7.2.1
# via -r dev-requirements.in
Expand All @@ -16,8 +16,6 @@ iniconfig==2.0.0
# via pytest
isort==5.12.0
# via pylint
lazy-object-proxy==1.9.0
# via astroid
mccabe==0.7.0
# via
# flake8
Expand All @@ -32,11 +30,9 @@ pycodestyle==2.10.0
# via flake8
pyflakes==3.0.1
# via flake8
pylint==2.17.4
pylint==3.0.1
# via -r dev-requirements.in
pytest==7.4.2
# via -r dev-requirements.in
tomlkit==0.11.6
# via pylint
wrapt==1.15.0
# via astroid

0 comments on commit 0481a28

Please sign in to comment.