diff --git a/pyproject.toml b/pyproject.toml index ade4ceb..2ca290f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,14 +33,14 @@ dev = [ "black==24.4.2", "flake8-bugbear==24.4.26", "flake8-builtins==2.5.0", - "flake8-comprehensions==3.14.0", + "flake8-comprehensions==3.15.0", "flake8-docstrings==1.7.0", "flake8-encodings[classes]==0.5.1", "flake8-return==1.2.0", "flake8-simplify==0.21.0", "flake8==7.1.0", "isort==5.13.2", - "mypy==1.10.0", + "mypy==1.10.1", "pep8-naming==0.14.1", "pytest==8.2.2", ]