From 51f2c0246692c83afbb6b80b8b2d1b86e616dbb2 Mon Sep 17 00:00:00 2001 From: Brian Zimmer Date: Mon, 27 May 2024 18:17:42 +0200 Subject: [PATCH] update requirements.txt --- .goreleaser.yml | 2 +- Taskfile-build.yml | 14 ++++++++++++ requirements.txt | 54 +++++++++++++++++++++++++--------------------- 3 files changed, 44 insertions(+), 26 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 7af2666..5e77955 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -33,7 +33,7 @@ brews: commit_author: name: bzimmer email: bzimmer@ziclix.com - tap: + repository: owner: bzimmer name: homebrew-tap skip_upload: auto diff --git a/Taskfile-build.yml b/Taskfile-build.yml index 5707ec6..a3dc2b9 100644 --- a/Taskfile-build.yml +++ b/Taskfile-build.yml @@ -99,6 +99,20 @@ tasks: cmds: - goimports -w -local "{{.module}}/" . + docs:generate: + desc: Statically generate the commands documentation + deps: [build] + vars: + cmd: + sh: go mod edit -json | jq -r '.Module.Path | split("/") | last' + cmds: + - | + + if [[ -d {{.ROOT_DIR}}/docs/commands ]]; + then + {{.ROOT_DIR}}/dist/{{.cmd}} manual {{.ROOT_DIR}}/docs/commands > {{.ROOT_DIR}}/docs/commands.md + fi + docs:build: desc: Statically generate the documentation deps: [dist] diff --git a/requirements.txt b/requirements.txt index fce2273..fd7a4d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,30 +1,34 @@ -Babel==2.12.1 -certifi==2022.12.7 -charset-normalizer==3.1.0 -click==8.1.3 +Babel==2.15.0 +certifi==2024.2.2 +charset-normalizer==3.3.2 +click==8.1.7 colorama==0.4.6 ghp-import==2.1.0 -gitdb==4.0.10 -GitPython==3.1.31 -idna==3.4 -Jinja2==3.1.2 -Markdown==3.3.7 -MarkupSafe==2.1.2 +gitdb==4.0.11 +GitPython==3.1.43 +idna==3.7 +Jinja2==3.1.4 +Markdown==3.6 +MarkupSafe==2.1.5 mergedeep==1.3.4 -mkdocs==1.4.2 -mkdocs-git-revision-date-localized-plugin==1.2.0 -mkdocs-material==9.1.6 -mkdocs-material-extensions==1.1.1 -packaging==23.0 -Pygments==2.14.0 -pymdown-extensions==9.11 -python-dateutil==2.8.2 -pytz==2023.3 -PyYAML==6.0 +mkdocs==1.6.0 +mkdocs-get-deps==0.2.0 +mkdocs-git-revision-date-localized-plugin==1.2.5 +mkdocs-material==9.5.25 +mkdocs-material-extensions==1.3.1 +packaging==24.0 +paginate==0.5.6 +pathspec==0.12.1 +platformdirs==4.2.2 +Pygments==2.18.0 +pymdown-extensions==10.8.1 +python-dateutil==2.9.0.post0 +pytz==2024.1 +PyYAML==6.0.1 pyyaml_env_tag==0.1 -regex==2023.3.23 -requests==2.28.2 +regex==2024.5.15 +requests==2.32.2 six==1.16.0 -smmap==5.0.0 -urllib3==1.26.15 -watchdog==3.0.0 +smmap==5.0.1 +urllib3==2.2.1 +watchdog==4.0.1