Skip to content

Commit

Permalink
Update cleo
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Dec 20, 2020
1 parent b4524c2 commit 0f56ffb
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ $(MKDOCS_INDEX): docs/requirements.txt mkdocs.yml docs/*.md
poetry run mkdocs build --clean --strict

docs/requirements.txt: poetry.lock
@ poetry run pip freeze -qqq | grep mkdocs > $@
@ poetry run pip freeze -qqq | grep Pygments >> $@
@ poetry run pip list --format=freeze | grep mkdocs > $@
@ poetry run pip list --format=freeze | grep Pygments >> $@

.PHONY: uml
uml: install docs/*.png
Expand Down
55 changes: 47 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ classifiers = [
python = "^3.7"

# Interface
cleo = "~0.7.6"
cleo = "~0.8.1"
bullet = "^2.1.0"
ipython = "^7.12.0"

Expand Down

0 comments on commit 0f56ffb

Please sign in to comment.