dep: upgrade rdm-records version

migrated allowed host to gitlab
This commit is contained in:
Mojib
2021-11-03 11:29:42 +01:00
committed by Mojib Wali
parent 16c10593d6
commit f2e18b95c3
2 changed files with 1 additions and 12 deletions

View File

@@ -41,17 +41,6 @@ CONFIG_TUGRAZ_ROUTES = {
# =========== # ===========
# See https://invenio-app.readthedocs.io/en/latest/configuration.html # 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 = { APP_DEFAULT_SECURE_HEADERS = {
"content_security_policy": { "content_security_policy": {
"default-src": [ "default-src": [

View File

@@ -51,7 +51,7 @@ setup_requires = [
install_requires = [ install_requires = [
# keep this in sync with invenioRDM release # 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" "invenio-cache>=1.1.0"
] ]