From 11e78c0333009f719bdc8f5790ab4e0235dedcf3 Mon Sep 17 00:00:00 2001 From: Birger Schacht Date: Thu, 9 Nov 2023 09:38:55 +0100 Subject: [PATCH] chore(deps): bump apis-webpage to v1.0.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e98a1eb..4cc859d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ python = "^3.11" django = ">=4.1,<4.2" mysqlclient = "^2.0.3" apis-core = { git = "https://github.com/acdh-oeaw/apis-core-rdf.git", tag = "v0.6.2" } -webpage = { git = "https://github.com/acdh-oeaw/apis-webpage.git", tag = "v1.0.2" } +webpage = { git = "https://github.com/acdh-oeaw/apis-webpage.git", tag = "v1.0.3" } apis-bibsonomy = { git = "https://github.com/acdh-oeaw/apis-bibsonomy.git", branch = "birger/fix-referenceonform-issues" } apis-acdhch-default-settings = { git = "https://github.com/acdh-oeaw/apis-acdhch-default-settings.git", tag = "v0.1.9" } django-matomo = "^0.1.6"