diff --git a/justfile b/justfile index cf5ff37..d1d36d7 100644 --- a/justfile +++ b/justfile @@ -28,3 +28,7 @@ check-commits: else echo "Not on main or haven't committed yet." fi + +# Update all dependencies in lockfile +update-deps: + poetry update