diff --git a/invenio_config_tugraz/config.py b/invenio_config_tugraz/config.py index ea07579..62487a3 100644 --- a/invenio_config_tugraz/config.py +++ b/invenio_config_tugraz/config.py @@ -41,17 +41,6 @@ CONFIG_TUGRAZ_ROUTES = { # =========== # See https://invenio-app.readthedocs.io/en/latest/configuration.html -# TODO: move this to gitlab vars. -APP_ALLOWED_HOSTS = [ - "0.0.0.0", - "localhost", - "127.0.0.1", - "invenio-dev01.tugraz.at", - "invenio-test.tugraz.at", - "repository.tugraz.at", -] -"""Allowed Hosts""" - APP_DEFAULT_SECURE_HEADERS = { "content_security_policy": { "default-src": [ diff --git a/setup.py b/setup.py index e4149da..f398533 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ setup_requires = [ install_requires = [ # keep this in sync with invenioRDM release - "invenio-rdm-records>=0.32.2,<0.33.0", + "invenio-rdm-records>=0.33.2,<0.34.0", "invenio-cache>=1.1.0" ]