diff --git a/requirements_dev.txt b/requirements_dev.txt index 6f01536..b940629 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -30,7 +30,7 @@ pytest-codecov==0.5.1; python_version >= "3.5" pytest-cov==4.0.0; python_version >= "3.6" pytest-timeout==2.1.0; python_version >= "3.6" pytest-xdist==3.1.0; python_version >= "3.7" -pytest==7.2.0; python_version >= "3.7" +pytest==7.2.1; python_version >= "3.7" pyyaml==6.0; python_version >= "3.7" requests==2.28.1; python_version >= "3.7" and python_version < "4" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0") tomli==2.0.1; python_version < "3.11" and python_version >= "3.7" and python_full_version <= "3.11.0a6" and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7")