diff --git a/pyproject.toml b/pyproject.toml index d3ec60b4..2c37890c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -104,7 +104,7 @@ pip = ">=22.0" poetry = ">=1.5.1" pre-commit = ">=2.20.0" pre-commit-update = ">=0.1.3" -pylint = {extras = ["spelling"], version = "3.0.3"} # Update this by running scripts/update_development_dependencies.py +pylint = {extras = ["spelling"], version = "3.1.0"} # Update this by running scripts/update_development_dependencies.py pyright = "1.1.351" # Update this by running scripts/update_development_dependencies.py pyroma = ">=4.2" pytest = ">=7.1.2"