diff --git a/setup.cfg b/setup.cfg index 93b28ed..ff13a53 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,12 +27,12 @@ packages = find: python_requires = >=3.7 zip_safe = False install_requires = - invenio-administration>=1.6.0,<2.0.0 - invenio-accounts>=3.0.0,<4.0.0 + invenio-administration>=2.0.0,<3.0.0 + invenio-accounts>=4.0.0,<5.0.0 invenio-i18n>=2.0.0 invenio-notifications>=0.1.0,<1.0.0 invenio-oauthclient>=3.0.0,<4.0.0 - invenio-records-resources>=4.3.0,<5.0.0 + invenio-records-resources>=5.0.0,<6.0.0 [options.extras_require] tests =