diff --git a/pyproject.toml b/pyproject.toml index d8b8d63df63..528d299fbe0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,7 @@ tensorflow = { version = ">=2.17.0", optional = true } optional = true [tool.poetry.group.test.dependencies] -pytest = "==8.3.2" +pytest = "==8.3.3" pytest-cov = "==6.0.0" pytest-mock = "==3.14.0" pytest-xdist = "==3.6.1"