diff --git a/pyproject.toml b/pyproject.toml index f20ab301..b8003f51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ write_to = "python/mtap/version.py" [project.optional-dependencies] test = [ "pytest==8.3.5", - "pytest-mock==3.14.0", + "pytest-mock==3.14.1", "grpcio-testing==1.67.1", "requests==2.32.3", ]