From 46e1f8122d56eccc0e6254b9946caad1d3da4ff1 Mon Sep 17 00:00:00 2001 From: bjhardcastle Date: Tue, 21 May 2024 14:48:47 -0700 Subject: [PATCH] Update np_services for correct pretest validation --- np_notebooks | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/np_notebooks b/np_notebooks index 7aecb83..559bda1 160000 --- a/np_notebooks +++ b/np_notebooks @@ -1 +1 @@ -Subproject commit 7aecb836ff4755038786c62475f70e220fac5366 +Subproject commit 559bda1224814a1cb07aef6360fc7d624f8e1a9d diff --git a/pyproject.toml b/pyproject.toml index 5258486..f425649 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [ readme = "README.md" requires-python = "==3.11.*" dependencies = [ - "np-services>=0.1.67", + "np-services>=0.1.68", "np-session>=0.6.40", "np-config>=0.4.27", "ipywidgets>=7",