Skip to content

Commit 40ee547

Browse files
Deploy GHA build 13977151823 to GitHub
1 parent 495c7f7 commit 40ee547

File tree

3 files changed

+84
-84
lines changed

3 files changed

+84
-84
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,6 @@ upload: dist ## Upload the current version to PyPI
195195

196196
.PHONY: help
197197
help: install
198-
@ grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
198+
@ grep -E '^[^[:space:]]+:.*## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
199199

200200
.DEFAULT_GOAL := help

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
mkdocs==1.3.1 ; python_version >= "3.11" and python_version < "4.0"
22
pygments==2.19.1 ; python_version >= "3.11" and python_version < "4.0"
3-
jinja2==3.1.5 ; python_version >= "3.11" and python_version < "4.0"
3+
jinja2==3.1.6 ; python_version >= "3.11" and python_version < "4.0"

0 commit comments

Comments
 (0)