From 66041a41646c41231424e51cf2b306748a64e7bd Mon Sep 17 00:00:00 2001 From: Oliver Sanders Date: Thu, 5 Aug 2021 09:29:25 +0100 Subject: [PATCH] setup: bump cylc-sphinx-extensions to 1.3.1+ --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5678aaeb68..66b524fb3a 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ def get_version(module, path): ) INSTALL_REQUIRES = [ - 'cylc-sphinx-extensions>=1.3', + 'cylc-sphinx-extensions>=1.3.1', 'eralchemy==1.2.*', 'hieroglyph>=2.1.0', 'sphinx>=3.0.0',