From f3488896c8aab47b48a08a4315182579262e9131 Mon Sep 17 00:00:00 2001
From: Thomas Kluyver <thomas@kluyver.me.uk>
Date: Fri, 1 Jul 2022 15:50:48 +0100
Subject: [PATCH] Update dependencies of jupyter_client as well

---
 setup.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/setup.py b/setup.py
index 9696a530d..584c79d39 100644
--- a/setup.py
+++ b/setup.py
@@ -68,7 +68,7 @@ install_requires = [
         "ipyparallel==6.2.4",
         "ipython==7.12.0",
         "ipython_genutils==0.2.0",
-        "jupyter-core==4.6.1",
+        "jupyter-core==4.10.0",
         "jupyter_client==7.3.4",
         "jupyter_console==6.1.0",
         "kafka-python==2.0.2",
@@ -87,9 +87,9 @@ install_requires = [
         "prettytable==0.7.2",
         "princess==0.5",
         "pypandoc==1.4",
-        "python-dateutil==2.8.1",
+        "python-dateutil==2.8.2",
         "pyyaml==5.3",
-        "pyzmq==19.0.0",
+        "pyzmq==23.2.0",
         "requests==2.22.0",
         "scikit-learn==0.22.2.post1",
         "scipy==1.7.0",
-- 
GitLab