Skip to content

Commit bc86c3f

Browse files
committed
upgrades pymediawikidocker
1 parent 22f82a0 commit bc86c3f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

profiwiki/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Version(object):
1616
description = """BITPlan's professional Semantic Mediawiki"""
1717
version = profiwiki.__version__
1818
date = "2023-04-01"
19-
updated = "2025-08-18"
19+
updated = "2025-08-27"
2020
authors = "Wolfgang Fahl"
2121
doc_url = "https://wiki.bitplan.com/index.php/ProfiWiki"
2222
chat_url = "https://github.com/BITPlan/ProfiWiki/discussions"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies = [
1919
# Python base module kit: YAML/JSON I/O, structured logging, CLI tooling, shell execution, and remote pydevd debug support.
2020
"pybasemkit>=0.1.1",
2121
#https://pypi.org/project/pymediawikidocker/
22-
"pymediawikidocker>=0.20.5",
22+
"pymediawikidocker>=0.20.6",
2323
# https://pypi.org/project/py-3rdparty-mediawiki/
2424
"py-3rdparty-mediawiki>=0.17.0"
2525
]

0 commit comments

Comments
 (0)