diff --git a/pyproject.toml b/pyproject.toml index e836a4e..782bf05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "argparse==1.4.0", "beautifulsoup4==4.14.3", "halo==0.0.31", - "pylint==3.3.7", + "pylint==4.0.4", "setuptools==80.9.0" ] diff --git a/requirements.txt b/requirements.txt index c94da63..647ef4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ requests==2.32.5 argparse==1.4.0 beautifulsoup4==4.14.3 halo==0.0.31 -pylint==3.3.7 +pylint==4.0.4 setuptools==80.9.0