diff --git a/pyproject.toml b/pyproject.toml index 7647acdb..b39267fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ test = [ "flake8-docstrings==1.7.0", "isort==5.13.2", "mypy==1.7.1", - "pylint==3.0.2", + "pylint==3.0.3", "pytest==7.4.3", "pytest-aiohttp==1.0.5", "pytest-cov==4.1.0", diff --git a/requirements-test.txt b/requirements-test.txt index fab09b58..904c6c0d 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -3,7 +3,7 @@ flake8==6.1.0 flake8-docstrings==1.7.0 isort==5.13.2 mypy==1.7.1 -pylint==3.0.2 +pylint==3.0.3 pytest==7.4.3 pytest-aiohttp==1.0.5 pytest-cov==4.1.0