# HG changeset patch # User Fabien Amarger <fabien.amarger@logilab.fr> # Date 1672936854 -3600 # Thu Jan 05 17:40:54 2023 +0100 # Node ID a2a131723e0776956c5492533764b030dc1e9c77 # Parent ee271fa4ecb4228fee3dc3fd443d1eb6ca9364bc chore(package): Bump CubicWeb version to 3.38 diff --git a/cubicweb_s3storage/__pkginfo__.py b/cubicweb_s3storage/__pkginfo__.py --- a/cubicweb_s3storage/__pkginfo__.py +++ b/cubicweb_s3storage/__pkginfo__.py @@ -15,7 +15,7 @@ web = "https://forge.extranet.logilab.fr/cubicweb/cubes/%s" % distname __depends__ = { - "cubicweb": ">= 3.24.7, < 3.38.0", + "cubicweb": ">= 3.24.7, < 3.39.0", "six": ">= 1.4.0", "boto3": None, }