Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump apis-core to v0.8.1
Browse files Browse the repository at this point in the history
Remove deprecated settings
  • Loading branch information
b1rger committed Dec 15, 2023
1 parent 46238b1 commit fc6f150
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions discworld/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@
'django.template.context_processors.request',
'django.contrib.auth.context_processors.auth',
'django.contrib.messages.context_processors.messages',
# we need this for accessing `basetemplate`
"apis_core.context_processors.custom_context_processors.list_apis_settings",
# we need this for listing entities in the base template
"apis_core.context_processors.custom_context_processors.list_entities",
],
},
},
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packages = [{include = "apis_ontology"}, {include = "discworld"}]

[tool.poetry.dependencies]
python = "^3.11"
apis-core = {git = "https://github.com/acdh-oeaw/apis-core-rdf", rev = "v0.6.3"}
apis-core = {git = "https://github.com/acdh-oeaw/apis-core-rdf", rev = "v0.8.1"}
django-allow-cidr = "^0.7.1"
dj-database-url = "^2.1.0"
psycopg2 = "^2.9.9"
Expand Down

0 comments on commit fc6f150

Please sign in to comment.