From 62653e122e98a33117ecb74cea8c07f6a7ebabfd Mon Sep 17 00:00:00 2001 From: Cube Doctor Date: Thu, 7 Apr 2022 14:43:59 +0000 Subject: [PATCH] feat(pkginfo): upgrade cubicweb-link to ">=1.10.0,<1.11.0" --- cubicweb_intranet/__pkginfo__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubicweb_intranet/__pkginfo__.py b/cubicweb_intranet/__pkginfo__.py index f0154f1..f45b3b3 100644 --- a/cubicweb_intranet/__pkginfo__.py +++ b/cubicweb_intranet/__pkginfo__.py @@ -33,7 +33,7 @@ __depends__ = { "cubicweb-file": ">=3.0.0,<3.1.0", "cubicweb-folder": ">=2.1.0,<2.2.0", "cubicweb-jsonschema": ">=0.7.0,<0.8.0", - "cubicweb-link": ">=1.9.0,<1.10.0", + "cubicweb-link": ">=1.10.0,<1.11.0", "cubicweb-localperms": ">=0.4.0,<0.5.0", "cubicweb-oauth2": ">=0.3.0,<0.4.0", "cubicweb-preview": ">=1.5.0,<1.6.0", -- GitLab