# HG changeset patch
# User Laurent Peuch <cortex@worlddomination.be>
# Date 1610746398 -3600
#      Fri Jan 15 22:33:18 2021 +0100
# Node ID 469509ad0273029427a5fe080aee74edcfcd10c0
# Parent  3fbb38d8e9c3b78ebd46140e8a403656c4be5873
feat(pkginfo): upgrade cubicweb[pyramid] to ">=3.29.0,<3.30.0"

diff --git a/cubicweb_fresh/__pkginfo__.py b/cubicweb_fresh/__pkginfo__.py
--- a/cubicweb_fresh/__pkginfo__.py
+++ b/cubicweb_fresh/__pkginfo__.py
@@ -20,7 +20,7 @@
     ]
 
 __depends__ = {
-    'cubicweb[pyramid]': None,
+    'cubicweb[pyramid]': ">=3.29.0,<3.30.0",
     'cubicweb-expense': '>= 0.9.0',
     'cubicweb-workcase': '>= 0.8.0',
     'cubicweb-searchui': '>= 0.4.1',