diff --git a/.dev/requirements_dev.txt b/.dev/requirements_dev.txt index d7e1db64..c621ddcc 100644 --- a/.dev/requirements_dev.txt +++ b/.dev/requirements_dev.txt @@ -1,10 +1,10 @@ debugpy>=1.8.0 -fakeredis~=2.29 +fakeredis~=2.30 httpx~=0.28.1 invoke~=2.2 pre-commit~=4.2 -pytest~=8.3 -pytest-cov~=6.1 +pytest~=8.4 +pytest-cov~=6.2 # httpx is necessary due to the use of fastapi/starlette's TestClient # See https://fastapi.tiangolo.com/tutorial/testing/?h=testclient#using-testclient