diff --git a/python/requirements.txt b/python/requirements.txt index 934f342..2355d45 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,6 +1,6 @@ pytest == 7.0.1; python_version < '3.7' pytest == 7.4.4; python_version in '3.7' -pytest == 8.0.0; python_version >= '3.8' +pytest == 8.0.2; python_version >= '3.8' pytest-parametrization == 2022.2.1 mypy == 0.971; python_version < '3.7' mypy == 1.4.1; python_version in '3.7'