Skip to content

Commit c860d2b

Browse files
committed
setup: bump major dependencies
1 parent 55e9c15 commit c860d2b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

setup.cfg

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,27 +29,27 @@ python_requires = >=3.7
2929
zip_safe = False
3030
install_requires =
3131
charset_normalizer>=3.3.2
32-
invenio-assets>=1.2.7,<4.0.0
33-
invenio-base>=1.2.10,<2.0.0
34-
invenio-formatter>=1.1.3,<3.0.0
35-
invenio-i18n>=1.3.1,<3.0.0
36-
invenio-pidstore>=1.2.3,<2.0.0
37-
invenio-records-ui>=1.2.0,<2.0.0
32+
invenio-assets>=4.0.0,<5.0.0
33+
invenio-base>=2.0.0,<3.0.0
34+
invenio-formatter>=3.0.0,<4.0.0
35+
invenio-i18n>=3.0.0,<4.0.0
36+
invenio-pidstore>=2.0.0,<3.0.0
37+
invenio-records-ui>=2.0.0,<3.0.0
3838
mistune>=0.8.1
3939
nbconvert>=7,<8
4040
nbformat>=5.1,<6.0
4141
lxml-html-clean>=0.1.1
4242

4343
[options.extras_require]
4444
tests =
45-
pytest-black>=0.3.0
46-
pytest-invenio>=1.4.5,<3.0.0
47-
invenio-app>=1.0.0,<2.0.0
45+
pytest-black-ng>=0.4.0
46+
pytest-invenio>=3.0.0,<4.0.0
47+
invenio-app>=2.0.0,<3.0.0
4848
invenio-config>=1.0.3
49-
invenio-db[versioning]>=1.0.14,<2.0.0
50-
invenio-files-rest>=1.3.2,<3.0.0
49+
invenio-db[versioning]>=2.0.0,<3.0.0
50+
invenio-files-rest>=3.0.0,<4.0.0
5151
invenio-records-files>=1.2.1
52-
invenio-theme>=1.3.20,<4.0.0
52+
invenio-theme>=4.0.0,<5.0.0
5353
mock>=1.3.0
5454
sphinx>=4.5
5555
# Kept for backwards compatibility

0 commit comments

Comments
 (0)