diff --git a/requirements/DEV_REQUIREMENTS.txt b/requirements/DEV_REQUIREMENTS.txt index ff176e24..3b26cdf5 100644 --- a/requirements/DEV_REQUIREMENTS.txt +++ b/requirements/DEV_REQUIREMENTS.txt @@ -1,7 +1,7 @@ black~=22.1 ; python_version >= '3.7' black~=21.4b0 ; python_version == '3.6' coveralls~=3.3 -coverage[toml]~=6.1 +coverage[toml]~=7.2 isort~=5.10 moto~=3.1 pre-commit~=2.20 ; python_version >= '3.7'