Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 7, 2024
1 parent 0df38af commit 84f2e27
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ numpy==1.23.2
pandas==1.4.2
plotly==5.8.0
psutil==5.9.0
pylint==2.13.9
pylint==3.2.3
pytest==7.1.2
pytest-forked==1.4.0
pytest-xdist==2.5.0
Expand Down
17 changes: 8 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile
#
astroid==2.11.5
astroid==3.2.2
# via pylint
attrs==21.4.0
# via pytest
Expand All @@ -24,8 +24,6 @@ iniconfig==1.1.1
# via pytest
isort==5.10.1
# via pylint
lazy-object-proxy==1.7.1
# via astroid
mccabe==0.6.1
# via pylint
numpy==1.23.2
Expand All @@ -48,7 +46,7 @@ py==1.11.0
# via
# pytest
# pytest-forked
pylint==2.13.9
pylint==3.2.3
# via -r requirements.in
pyparsing==3.0.7
# via packaging
Expand All @@ -75,12 +73,13 @@ tomli==2.0.0
# via
# pylint
# pytest
tomlkit==0.12.5
# via pylint
tqdm==4.64.0
# via -r requirements.in
typing-extensions==4.12.1
# via
# astroid
# pylint
wcmatch==8.3
# via -r requirements.in
wrapt==1.13.3
# via astroid

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 84f2e27

Please sign in to comment.