Skip to content

Commit

Permalink
chore(deps): bump apis-acdhch-default-settings to v1.1.1
Browse files Browse the repository at this point in the history
apis-core v0.26.0 changes how menu items are added to the relations
menu: the items are not hardcoded in the `base.html` template, but the
apps are responsible for overriding the `base.html` template and adding
them. therefore the order the apps are listed in INSTALLED_APPS is
important. apis-acdhch-default-settings v1.1.1 changes this order.
See commit 5f27f04146228d255a9e46dd53bb36e9947542a2 in the apis-core
repository.
  • Loading branch information
b1rger authored and koeaw committed Sep 19, 2024
1 parent 43dd1a7 commit 24917fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packages = [{include = "apis_ontology"}]

[tool.poetry.dependencies]
python = "^3.11"
apis-acdhch-default-settings = "v1.1.0"
apis-acdhch-default-settings = "v1.1.1"
apis-core = {git = "https://github.com/acdh-oeaw/apis-core-rdf", rev = "v0.26.0"}
dateparser = "^1.2.0"
Django = "^4.2.7"
Expand Down

0 comments on commit 24917fa

Please sign in to comment.