diff --git a/docs/requirements.txt b/docs/requirements.txt index 39fb15a..6067075 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -34,7 +34,7 @@ pluggy==0.13.1 py==1.10.0 pydantic==1.6.2 pyparsing==2.4.6 -pytest==5.3.5 +pytest==9.0.3 pyyaml==5.4 redis==4.3.6 regex==2020.2.20 diff --git a/pyproject.toml b/pyproject.toml index c242b7d..1be7d05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ starlette = "^0.22.0" mock = "^4.0.1" hiro = "^0.5.1" requests = "^2.22.0" -pytest = "~=6.2.5" +pytest = "~=9.0.3" mkdocs = "^1.2.3" mkautodoc = "^0.1.0" types-redis = "^3.5.6"