Update webmention data and dependencies

- Reordered entries in webmention JSON files for consistency.
- Updated `weeknotebot` version from 1.5.0 to 1.5.1 in `poetry.lock` and `requirements.txt`.
- Enhanced `weeknote-config.json` structure for better readability and maintainability.
This commit is contained in:
Fundor333
2025-04-16 12:23:52 +02:00
parent 34c29f8453
commit 339256e08d
15 changed files with 61 additions and 67 deletions

View File

@@ -14,4 +14,4 @@ requests==2.32.3 ; python_version >= "3.11" and python_version < "4.0"
rich==13.9.4 ; python_version >= "3.11" and python_version < "4.0"
sgmllib3k==1.0.0 ; python_version >= "3.11" and python_version < "4.0"
urllib3==2.4.0 ; python_version >= "3.11" and python_version < "4.0"
weeknotebot==1.5.0 ; python_version >= "3.11" and python_version < "4.0"
weeknotebot==1.5.1 ; python_version >= "3.11" and python_version < "4.0"