Skip to content

Commit

Permalink
setup: bump dependencies
Browse files Browse the repository at this point in the history
* invenio-accounts, invenio-theme, invenio-base, invenio-app
  • Loading branch information
utnapischtim authored and kpsherva committed Mar 22, 2024
1 parent ea1bb5c commit 631e188
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@ zip_safe = False
install_requires =
Flask-Menu>=0.5.0
Flask-Principal>=0.4.0
invenio-accounts>=4.0.0,<5.0.0
invenio-base>=1.2.9,<2.0.0
invenio-accounts>=5.0.0,<6.0.0
invenio-base>=1.3.0,<2.0.0
invenio-db[postgresql,mysql]>=1.0.9,<2.0.0
invenio-vocabularies>=3.0.0,<4.0.0
invenio-records-resources>=5.0.0,<6.0.0
invenio-search-ui>=2.1.2,<3.0.0
invenio-theme>=2.0.0,<3.0.0
invenio-theme>=3.0.0,<4.0.0

[options.extras_require]
tests =
pytest-black-ng>=0.4.0
pytest-invenio>=2.1.0,<3.0.0
sphinx>=4.5
invenio-access>=2.0.0,<3.0.0
invenio-app>=1.3.4,<2.0.0
invenio-app>=1.4.0,<2.0.0
elasticsearch7 =
invenio-search[elasticsearch7]>=2.1.0,<3.0.0
opensearch1 =
Expand Down

0 comments on commit 631e188

Please sign in to comment.