Skip to content
Snippets Groups Projects
Commit 37878ce43dfc authored by Cube Doctor's avatar Cube Doctor
Browse files

feat(pkginfo): auto-upgrade all dependencies at once

* cubicweb to >=3.37.0,<3.38.0
* cubicweb-prometheus to >=0.2.0,<0.3.0
* cubicweb-rqlcontroller to >=0.9.0,<0.10.0
* cubicweb-signedrequest to >=1.1.0,<1.2.0
* cubicweb-sentry to >=0.6.0,<0.7.0
* cubicweb-card to >=1.2.0,<1.3.0
* cwclientlib to >=1.2.0,<1.3.0
parent c1e9dd11ae30
No related branches found
No related tags found
1 merge request!49feat(pkginfo): auto-upgrade all dependencies at once * cubicweb to >=3.37.0,<3.38.0 * cubicweb-prometheus to >=0.2.0,<0.3.0 * cubicweb-rqlcontroller to >=0.9.0,<0.10.0 * cubicweb-signedrequest to >=1.1.0,<1.2.0 * cubicweb-sentry to >=0.6.0,<0.7.0 * cubi
Pipeline #126403 failed
......@@ -20,7 +20,7 @@
]
__depends__ = {
"cubicweb": ">=3.33.0,<3.34.0",
"cubicweb": ">=3.37.0,<3.38.0",
"cubicweb-expense": ">=0.9.0,<0.10.0",
"cubicweb-workcase": ">=0.8.0,<0.9.0",
"cubicweb-searchui": ">=0.4.0,<0.5.0",
......@@ -24,10 +24,10 @@
"cubicweb-expense": ">=0.9.0,<0.10.0",
"cubicweb-workcase": ">=0.8.0,<0.9.0",
"cubicweb-searchui": ">=0.4.0,<0.5.0",
"cubicweb-prometheus": ">=0.1.5,<0.2.0",
"cubicweb-rqlcontroller": ">=0.8.0,<0.9.0",
"cubicweb-signedrequest": ">=1.0.0,<1.1.0",
"cubicweb-sentry": ">=0.5.0,<0.6.0",
"cubicweb-card": ">=1.1.0,<1.2.0",
"cubicweb-prometheus": ">=0.2.0,<0.3.0",
"cubicweb-rqlcontroller": ">=0.9.0,<0.10.0",
"cubicweb-signedrequest": ">=1.1.0,<1.2.0",
"cubicweb-sentry": ">=0.6.0,<0.7.0",
"cubicweb-card": ">=1.2.0,<1.3.0",
"cubicweb-oauth2": ">=0.3.0,<0.4.0",
"reportlab": ">=3.6.0,<3.7.0",
......@@ -32,4 +32,4 @@
"cubicweb-oauth2": ">=0.3.0,<0.4.0",
"reportlab": ">=3.6.0,<3.7.0",
"cwclientlib": ">=1.1.0,<1.2.0",
"cwclientlib": ">=1.2.0,<1.3.0",
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment