From 38d209b9a1fc5d052cd3dcd7d8f815e2cba60940 Mon Sep 17 00:00:00 2001 From: Thomas Ubensee <34603111+tomuben@users.noreply.github.com> Date: Fri, 14 Jun 2024 10:53:59 -0300 Subject: [PATCH] reverted debug dependency to notebook-connector --- .../ansible/roles/jupyter/files/notebook_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exasol/ds/sandbox/runtime/ansible/roles/jupyter/files/notebook_requirements.txt b/exasol/ds/sandbox/runtime/ansible/roles/jupyter/files/notebook_requirements.txt index 31e3ab8e..a0531383 100644 --- a/exasol/ds/sandbox/runtime/ansible/roles/jupyter/files/notebook_requirements.txt +++ b/exasol/ds/sandbox/runtime/ansible/roles/jupyter/files/notebook_requirements.txt @@ -7,4 +7,4 @@ jupysql==0.10.10 sqlalchemy_exasol==4.6.3 stopwatch.py==2.0.1 boto3==1.26.163 -exasol-notebook-connector @ git+https://github.com/exasol/notebook-connector.git@bug/tmp_fix_deps +exasol-notebook-connector @ git+https://github.com/exasol/notebook-connector.git@main