From a73538c22d6c8c7b7b198db79ada0f801d685856 Mon Sep 17 00:00:00 2001
From: Nicholas Bollweg <nick.bollweg@gmail.com>
Date: Sat, 27 Feb 2021 15:28:25 -0500
Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20MAINTAIN:=20Expand=20jupytext=20?=
 =?UTF-8?q?version=20pinning=20(#1221)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 9f7337ee..bfef77bf 100644
--- a/setup.py
+++ b/setup.py
@@ -68,7 +68,7 @@ setup(
         "sphinx>=2,<4",
         "linkify-it-py~=1.0.1",
         "myst-nb~=0.12.0",
-        "jupytext~=1.8.0",
+        "jupytext>=1.8,<1.11",
         "click",
         "setuptools",
         "nbformat",
-- 
GitLab