Update dipendency

This commit is contained in:
Fundor333
2025-08-30 01:02:57 +02:00
parent b8e7ee66da
commit 921e8d441b
4 changed files with 19 additions and 12 deletions

View File

@@ -9,6 +9,13 @@ install: ## Intall
@uv run pre-commit install
@uv run pre-commit autoupdate
update: ## Update the site dipendency
@npm update
@uv lock
@uv sync
@uv run pre-commit autoupdate
@uv export --no-hashes --format requirements-txt > requirements.txt
send_webmention: ## Send webmention from feed
@uv run python send_webmention.py