diff --git a/dev-requirements.txt b/dev-requirements.txt index c6483c140e2..38aea195f2c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -7,7 +7,7 @@ flake8>=4.0.1 mypy==0.961 # Automatic code formatting -black==22.3.0 +black==22.6.0 # Allows generation of coverage reports with pytest. pytest-cov>=3.0.0