Skip to content

Commit 84a8b19

Browse files
committed
update dev dependencies
1 parent 1a3a057 commit 84a8b19

3 files changed

Lines changed: 1012 additions & 359 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,7 @@ check-spelling:
8080
# install poetry using recommended way
8181
get-poetry:
8282
pipx install poetry
83+
84+
# check for dependency updates
85+
check-updates:
86+
poetry show --outdated

0 commit comments

Comments
 (0)