diff --git a/pyproject.toml b/pyproject.toml index 231fb4e..25b69cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ beautifulsoup4 = "^4.12" lxml = "^5.1" [tool.poetry.group.tests.dependencies] -pytest = "^7.4" +pytest = "^8.2" uvicorn = "^0.23" fastapi = {version = "^0.100", extras = ["all"]} requests = "^2.31"