From 2ba2252f1a483249a9d3e275a77a01089bd6c649 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:21:38 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v8 --- xplainet/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xplainet/pyproject.toml b/xplainet/pyproject.toml index a21dcd3..1478923 100755 --- a/xplainet/pyproject.toml +++ b/xplainet/pyproject.toml @@ -18,7 +18,7 @@ tensorflow-addons = "0.11.2" scikit-learn = "0.23.2" [tool.poetry.dev-dependencies] -pytest = "6.1.2" +pytest = "8.3.2" notebook = "6.1.5" ipywidgets = "7.5.1" requests = "2.25.0"