this repo has no description

jupyter>2.7: fix yojson bound (uses Yojson.Safe.t)

seen on https://github.com/ocaml/opam-repository/pull/20986

Signed-off-by: Marcello Seri <marcello.seri@gmail.com>

Changed files
+5 -5
packages
jupyter
jupyter.2.7.0
jupyter.2.7.1
jupyter.2.7.2
jupyter.2.7.3
jupyter.2.7.4
+1 -1
packages/jupyter/jupyter.2.7.0/opam
···
"stdint" {>= "0.4.2"}
"zmq" {>= "5.0.0"}
"zmq-lwt" {>= "5.0.0"}
-
"yojson" {>= "1.3.3"}
+
"yojson" {>= "1.6.0"}
"ppx_deriving_yojson" {>= "3.0"}
"cryptokit" {>= "1.12"}
"dune" {>= "1.0.0"}
+1 -1
packages/jupyter/jupyter.2.7.1/opam
···
"stdint" {>= "0.4.2"}
"zmq" {>= "5.0.0"}
"zmq-lwt" {>= "5.0.0"}
-
"yojson" {>= "1.3.3"}
+
"yojson" {>= "1.6.0"}
"ppx_deriving_yojson" {>= "3.0"}
"cryptokit" {>= "1.12"}
"dune" {>= "1.0.0"}
+1 -1
packages/jupyter/jupyter.2.7.2/opam
···
"stdint" {>= "0.4.2"}
"zmq" {>= "5.0.0"}
"zmq-lwt" {>= "5.0.0"}
-
"yojson" {>= "1.3.3"}
+
"yojson" {>= "1.6.0"}
"ppx_deriving_yojson" {>= "3.0"}
"cryptokit" {>= "1.12"}
"dune" {>= "1.0.0"}
+1 -1
packages/jupyter/jupyter.2.7.3/opam
···
"stdint" {>= "0.4.2"}
"zmq" {>= "5.0.0"}
"zmq-lwt" {>= "5.0.0"}
-
"yojson" {>= "1.3.3"}
+
"yojson" {>= "1.6.0"}
"ppx_deriving_yojson" {>= "3.0"}
"cryptokit" {>= "1.12"}
"dune" {>= "1.0.0"}
+1 -1
packages/jupyter/jupyter.2.7.4/opam
···
"stdint" {>= "0.4.2"}
"zmq" {>= "5.0.0"}
"zmq-lwt" {>= "5.0.0"}
-
"yojson" {>= "1.3.3"}
+
"yojson" {>= "1.6.0"}
"ppx_deriving_yojson" {>= "3.0"}
"cryptokit" {>= "1.12"}
"dune" {>= "1.0.0"}