Skip to content

Commit

Permalink
Bump pylint from 2.17.7 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.7 to 3.0.0.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v2.17.7...v3.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 5, 2023
1 parent 1c495ac commit 6285835
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements/lint.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pip-tools
pip-sync-faster
pylint<2.18
pylint<3.1
pydocstyle
-r tests.txt
-r requirements.txt
8 changes: 2 additions & 6 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe requirements/lint.in
#
astroid==2.15.8
astroid==3.0.0
# via pylint
attrs==20.3.0
# via
Expand Down Expand Up @@ -134,8 +134,6 @@ jsonschema==3.2.0
# -r requirements/requirements.txt
# -r requirements/tests.txt
# checkmatelib
lazy-object-proxy==1.6.0
# via astroid
markupsafe==1.1.1
# via
# -r requirements/requirements.txt
Expand Down Expand Up @@ -200,7 +198,7 @@ pycparser==2.20
# cffi
pydocstyle==6.3.0
# via -r requirements/lint.in
pylint==2.17.7
pylint==3.0.0
# via -r requirements/lint.in
pyopenssl==22.1.0
# via
Expand Down Expand Up @@ -364,8 +362,6 @@ whitenoise==6.5.0
# via
# -r requirements/requirements.txt
# -r requirements/tests.txt
wrapt==1.12.1
# via astroid
wsgiprox==1.5.2
# via
# -r requirements/requirements.txt
Expand Down

0 comments on commit 6285835

Please sign in to comment.