Skip to content

Commit

Permalink
setup: bump major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Nov 29, 2024
1 parent 86c9070 commit 883873a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,22 @@ packages = find:
python_requires = >=3.7
zip_safe = False
install_requires =
invenio-base>=1.3.0
invenio-i18n>=1.3.1
invenio-base>=2.0.0,<3.0.0
invenio-i18n>=3.0.0,<4.0.0

[options.extras_require]
tests =
invenio-app>=1.4.0,<2.0.0
invenio-celery>=1.2.5
invenio-app>=2.0.0,<3.0.0
invenio-celery>=2.0.0,<3.0.0
invenio-mail>=2.0.0,<3.0.0
invenio-records-resources>=6.0.0,<7.0.0
pytest-invenio>=2.1.0,<3.0.0
invenio-records-resources>=7.0.0,<8.0.0
pytest-invenio>=3.0.0,<4.0.0
pytest-black-ng>=0.4.0
sphinx>=4.5.0
elasticsearch7 =
invenio-search[elasticsearch7]>=2.1.0,<3.0.0
invenio-search[elasticsearch7]>=3.0.0,<4.0.0
opensearch2 =
invenio-search[opensearch2]>=2.1.0,<3.0.0
invenio-search[opensearch2]>=3.0.0,<4.0.0

[options.entry_points]
invenio_base.apps =
Expand Down

0 comments on commit 883873a

Please sign in to comment.