diff --git a/requirements/DEV_REQUIREMENTS.txt b/requirements/DEV_REQUIREMENTS.txt index 416dd117..f191239e 100644 --- a/requirements/DEV_REQUIREMENTS.txt +++ b/requirements/DEV_REQUIREMENTS.txt @@ -6,6 +6,6 @@ isort~=5.10 moto~=3.0 pydoc-markdown~=4.3 ; python_version >= '3.7' pydoc-markdown~=3.13 ; python_version == '3.6' -pytest~=6.2 +pytest~=7.0 pytest-cov~=3.0 pylint~=2.11