Skip to content

Commit e624a74

Browse files
committed
installation: bump versions
1 parent 2138d34 commit e624a74

File tree

1 file changed

+22
-25
lines changed

1 file changed

+22
-25
lines changed

setup.py

+22-25
Original file line numberDiff line numberDiff line change
@@ -18,43 +18,40 @@
1818
'pytest-invenio>=1.4.0,<1.5.0',
1919
]
2020

21-
db_version = '>=1.0.8,<1.1.0'
22-
search_version = '>=1.4.1,<1.5.0'
21+
db_version = '>=1.0.9,<1.1.0'
22+
search_version = '>=1.4.2,<1.5.0'
2323

2424
extras_require = {
2525
# Bundles
2626
'base': [
2727
'invenio-admin>=1.3.0,<1.4.0',
28-
'invenio-assets>=1.2.5,<1.3.0',
29-
'invenio-formatter>=1.1.0,<1.2.0',
28+
'invenio-assets>=1.2.7,<1.3.0',
29+
'invenio-formatter>=1.1.3,<1.2.0',
3030
'invenio-logging>=1.3.0,<1.4.0',
3131
'invenio-mail>=1.0.2,<1.1.0',
32-
'invenio-rest>=1.2.3,<1.3.0',
33-
'invenio-theme>=1.3.5,<1.4.0',
32+
'invenio-rest>=1.2.4,<1.3.0',
33+
'invenio-theme>=1.3.9,<1.4.0',
3434
],
3535
'auth': [
36-
'invenio-access>=1.4.1,<1.5.0',
37-
'invenio-accounts>=1.4.3,<1.5.0',
38-
'invenio-oauth2server>=1.3.2,<1.4.0',
39-
'invenio-oauthclient>=1.5.0,<1.6.0',
40-
'invenio-userprofiles>=1.2.1,<1.3.0',
36+
'invenio-access>=1.4.2,<1.5.0',
37+
'invenio-accounts>=1.4.8,<1.5.0',
38+
'invenio-oauth2server>=1.3.4,<1.4.0',
39+
'invenio-oauthclient>=1.5.3,<1.6.0',
40+
'invenio-userprofiles>=1.2.4,<1.3.0',
4141
],
4242
'metadata': [
43-
'invenio-indexer>=1.2.0,<1.3.0',
44-
'invenio-jsonschemas>=1.1.1,<1.2.0',
45-
'invenio-oaiserver>=1.2.0,<1.3.0',
46-
'invenio-pidstore>=1.2.1,<1.3.0',
43+
'invenio-indexer>=1.2.1,<1.3.0',
44+
'invenio-jsonschemas>=1.1.3,<1.2.0',
45+
'invenio-oaiserver>=1.3.0,<1.4.0',
46+
'invenio-pidstore>=1.2.2,<1.3.0',
4747
'invenio-records-rest>=1.8.0,<1.9.0',
4848
'invenio-records-ui>=1.2.0,<1.3.0',
49-
# Note: Invenio-Records v1.5.x is allowed on purpose in v3.4 to
50-
# allow the relations support to be released once it's more mature
51-
# without having to release Invenio v3.5.
52-
'invenio-records>=1.4.0,<1.6.0',
53-
'invenio-search-ui>=2.0.0,<2.1.0',
49+
'invenio-records>=1.6.0,<1.7.0',
50+
'invenio-search-ui>=2.0.3,<2.1.0',
5451
],
5552
'files': [
56-
'invenio-files-rest>=1.2.0,<1.3.0',
57-
'invenio-iiif>=1.1.0,<1.2.0',
53+
'invenio-files-rest>=1.3.0,<1.4.0',
54+
'invenio-iiif>=1.2.0,<1.3.0',
5855
'invenio-previewer>=1.3.2,<1.4.0',
5956
'invenio-records-files>=1.2.1,<1.3.0',
6057
],
@@ -95,11 +92,11 @@
9592

9693
install_requires = [
9794
'invenio-app>=1.3.1,<1.4.0',
98-
'invenio-base>=1.2.4,<1.3.0',
95+
'invenio-base>=1.2.5,<1.3.0',
9996
'invenio-cache>=1.1.0,<1.2.0',
100-
'invenio-celery>=1.2.2,<1.3.0',
97+
'invenio-celery>=1.2.3,<1.3.0',
10198
'invenio-config>=1.0.3,<1.1.0',
102-
'invenio-i18n>=1.3.0,<1.4.0',
99+
'invenio-i18n>=1.3.1,<1.4.0',
103100
]
104101

105102
packages = find_packages()

0 commit comments

Comments
 (0)