diff --git a/requirements-dev.txt b/requirements-dev.txt index 0ae2271..8335aab 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,6 +6,6 @@ flake8-import-order==0.18.1 mypy==0.812 pydocstyle==6.1.1 pylint==2.13.4 -pytest==7.1.3 +pytest==9.0.3 pytest-cov==3.0.0 selinux==0.2.1 diff --git a/setup.cfg b/setup.cfg index 802cc8a..ac5b2c4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -76,6 +76,6 @@ tests = mypy == 0.812 pydocstyle == 6.1.1 pylint == 2.13.4 - pytest == 7.1.3 + pytest == 9.0.3 pytest-cov == 3.0.0 selinux == 0.2.1