From c3b8f72681bc5120e19a490df592e4ca36465212 Mon Sep 17 00:00:00 2001 From: Jericho Tolentino <68654047+jericht@users.noreply.github.com> Date: Thu, 7 Mar 2024 20:13:31 -0600 Subject: [PATCH] chore(deps): bump openjd-adaptor-runtime (#111) Signed-off-by: Jericho Tolentino <68654047+jericht@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 90b34e6..77c799a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ license = "" requires-python = ">=3.7" dependencies = [ - "deadline == 0.38.*", + "deadline == 0.39.*", "openjd-adaptor-runtime == 0.5.*", ]