diff --git a/setup.cfg b/setup.cfg index cab8df4..b2dc808 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020-2024 Graz University of Technology. +# Copyright (C) 2020-2025 Graz University of Technology. # # invenio-theme-tugraz is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more @@ -42,9 +42,11 @@ install_requires = [options.extras_require] tests = - invenio-app>=1.3.4 + invenio-app>=1.3.4,<2.0.0 invenio-previewer>=2.2.0 + invenio-rdm-records<17.0.0 invenio-search[opensearch2]>=2.1.0 + pytest<8.0.0 pytest-black-ng>=0.4.0 pytest-invenio>=2.1.0 Sphinx>=4.5.0