From b66e6f270d24f8429dcb7f5737a00b0a90736837 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 00:36:44 +0000 Subject: [PATCH] Bump pylint from 2.13.9 to 3.2.4 Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.13.9 to 3.2.4. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.13.9...v3.2.4) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 17 ++++++++--------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/requirements.in b/requirements.in index 2a64974..e84af5c 100644 --- a/requirements.in +++ b/requirements.in @@ -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.4 pytest==7.1.2 pytest-forked==1.4.0 pytest-xdist==2.5.0 diff --git a/requirements.txt b/requirements.txt index fef3e56..9bcecf1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile # -astroid==2.11.5 +astroid==3.2.2 # via pylint attrs==21.4.0 # via pytest @@ -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 @@ -48,7 +46,7 @@ py==1.11.0 # via # pytest # pytest-forked -pylint==2.13.9 +pylint==3.2.4 # via -r requirements.in pyparsing==3.0.7 # via packaging @@ -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.2 + # 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