Updating pytest to account for the async test errors

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2025-06-04 16:16:45 -04:00
parent 9430bbd97e
commit 00832b9555
2 changed files with 2 additions and 5 deletions

View File

@@ -89,7 +89,7 @@ jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
moto = "*"
pip-audit = "*"
pre-commit = "^4.2.0"
pytest = "^8.3.2"
pytest = "^8.4.0"
pytest-asyncio = "^1.0.0"
pytest-env = "^1.1.3"
pytest-mock = "^3.14.1"