diff --git a/backend/develop-requirements.txt b/backend/develop-requirements.txt index 75de40c..00ddd8c 100644 --- a/backend/develop-requirements.txt +++ b/backend/develop-requirements.txt @@ -10,7 +10,7 @@ flit >=3.2.0,<4.0.0 mypy >=1.0.0,<1.20.0 # perflint >=0.8.0,<1.0.0 # https://github.com/tonybaloney/perflint/issues/60 pip-audit >=2.4.4,<3.0.0 -pylint >=4.0.0,<4.1.0 +pylint >=4.0.5,<4.1.0 # Testing. coverage ==7.6.12; python_version<"3.14" # https://github.com/pypi/warehouse/pull/17872#issuecomment-2845932281